WFM in trunk in MSYS2 console (MINGW64) and regular command prompt. Does NOT work in powershell prompt (creates a 0 byte file). So 2/3 ?
(edited realised I only tested in msys2) WFM in trunk IN MSYS2 CONSOLE (MINGW64). BUT does NOT work in regular command prompt (or powershell), just get absolutely nothing to the console. Querino's workaround of | more does NOT work either. Querino's workaround of > help.txt DOES work in a command prompt, but does NOT work in a powershell prompt. Maybe that is a clue..
WFM in trunk
WFM in trunk
Don't crash vice with VDC R0 = 0. Update screen geometry if R0 changes.
Rename macOS Xbox one joymap for consistency, alphabetise makefile, update Xbone keymaps after testing with current gen (Series X) controller.
I stumbled across a solution to the gdb performance - the problem is that the default gdb in msys2 is the cygwin one (which takes literally an hour to open), but in the mingw shell you want the mingw gdb which runs fine. So the answer is to explicitly install the mingw gdb: pacman -S mingw-w64-x86_64-gdb And then call it directly, e.g. /mingw64/bin/gdb GTK3VICE-3.10-win64-r46192/bin/x64 That runs more than acceptably fast for me, but of course the symbols are missing, e.g. with current x64 crash...
Move some internal static variables into the shared vdc struct so they are easier to get at for future vdc snapshots.