mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-04-23 12:12:00 +02:00
bc5fd8c53c
byuu says: Changelog: - fixed linear mirroring issue in memory map (fixes dash in Mega Man X) - home path for Windows is now %APPDATA%/bsnes (not %APPDATA%/.bsnes) - home path for OS X and Linux is now ~/.config/bsnes (not ~/.bsnes) - bsnes-geometry.cfg is now geometry.cfg; and it stores width,height - I do not yet restore width, height; because the GTK+ and Qt APIs treat window resize as implying setMinimumSize - added bsnes/ui/path; which I have some significant plans for - fixed a bug in realpath (specified path is not always a folder, so we should not always append / as with userpath) - bsnes.cfg, geometry.cfg and cheats.xml may now optionally exist in the same folder as the binary itself - ruby only imports the nall namespace after including system headers (should fix OS X 'decimal' issue) - nall::fp now uses atof (fixes nall::fp("0.05")) - I split the CheatDatabase to a separate cheat-database.cpp file; it was pretty ugly packed into cheat-editor.cpp - Makefile now has "options := " line; where you can add "debugger" if you like, and in the future maybe more options - also works via command-line: make options=debugger
Description
Languages
C++
60.9%
C
32.5%
Objective-C
4.6%
Makefile
0.8%
GLSL
0.7%
Other
0.5%