orbea
orbea
#### For bugs - Rule Id (if any, e.g. SC1000): SC2317, SC2317 - My shellcheck version (`shellcheck --version` or 'online'): online - [x] I tried on shellcheck.net and verified that...
On some environments using `SDL_WINDOW_FULLSCREEN_DESKTOP` will result in the program losing its fullscreen property when switching workspaces, moving the program to a different workspace and maybe some other scenarios. This...
@LIJI32 In the jgemu bsnes fork (https://gitlab.com/jgemu/bsnes) all of the remaining `-pedantic` warnings are located within sameboy's `gb.h`. I am not sure how much you really want to deal with...
Is it possible to save the current position in a filelist so that the next time the filelist is viewed it will open on the same image that was last...
When filenames contain a backslash (`\`) flac will clobber the output filename. Example: 1. `cp test.flac te\\st.flac` 2. `flac --decode te\\st.flac` 3. Creates `te\st.flac` and prints... ``` flac 1.3.2 Copyright...
bsnes: https://github.com/bsnes-emu/bsnes/commit/6fc6bf14a39d32dab69c4f9687a81df26d412758 https://github.com/PeterLemon/SNES/blob/master/CPUTest/CPU/MSC/CPUMSC.sfc This rom has a test for the snes reset feature which does not work, instead of resetting the system and showing that the test has passed it...
Fixes https://github.com/bsnes-emu/bsnes/issues/70. The main goal of this is a more standard `make install` and `make uninstall` which will work much better with distros. I only touched the linux/bsd path and...
OS: `Slackware64-current` `mesa-2018.02.10_831fb29_master-x86_64-1_git` `wine-2.21-x86_64-1_SBo` (With staging + d3d9-nine patches) `linux-4.4.18` `xorg-server-1.19.6-x86_64-2` (Using DRI3 + modesetting) I am trying to trace D3D9 calls from the game, `Tales of Berseria` with wine....
When building nghttp2 using `--enable-asio-lib` with slibtool (https://dev.midipix.org/cross/slibtool) it fails with undefined pthread references. ``` CXXLD libnghttp2_asio.la /usr/bin/ld: .libs/libnghttp2_asio_la-asio_io_service_pool.o: in function `boost::asio::detail::posix_thread::start_thread(boost::asio::detail::posix_thread::func_base*)': /usr/include/boost/asio/detail/impl/posix_thread.ipp:59: undefined reference to `pthread_create' /usr/bin/ld: .libs/libnghttp2_asio_la-asio_io_service_pool.o: in...
AFter removing -`DARCH_FLAGS= `and adding `-DDISABLE_ADVANCE_SIMD=ON` the build system takes care of adding these required flags themselves. Doing it in the ebuild is now redundant. See: https://github.com/gentoo/gentoo/commit/4af9aade2199538e6ace3ec8d2d272cdfdb9edc6