Moritz Bender
Moritz Bender
I'm compiling on windows using standard msys/mingw tools and I noticed that compiling the core using the makefile actually results in a slower executable than by using the provided vcxproj...
Calling `ArchiveFactory.IsArchive` with a stream as input parameter will potentially seek the given stream. That is necessary of course, but after returning, the stream should be seeked back to its...
Compiling the core with clang reveals some interesting warnings. Most of these seem irrelevant, but here's two that indicate actual incorrect logic: ``` ../../src/device/gb/gb_cart.c:243:80: warning: operator '?:' has lower precedence...
As discussed on discord, SDL2 does not seem to recognize the PS4 controller as having support for rumble when built with libusb. Building our SDL2 version without libusb or setting...
- closes #3960 RFC. This auto-generates the UI options for the core preferences picker from the list of available cores. This also requires changing the core attribute for many cores...
This fixes some `SyntaxWarning`s from new(er) python versions on non-raw strings used in `re.` contexts. ```sh $ python3 --version 3.12.4 ``` e.g. ``` COMMAND_LINE=--arch x64 --release-type retail --root-sol magisk --magisk-ver...
This came up when using angrylion-rdp-plus as a submodule: `.git` is a file containing `gitdir: [...]`. This failed the `.git/` check from `git-version.cmake`.
The description for the `--pattern` option in wad extract reads: `extract only files matching pattern with shell-like wildcards`. One problem is that while it's possible to chain multiple commands, like...