TheKodeToad
26943e4f45
Replace X11 hack with DBus solution
2023-02-04 12:17:58 +00:00
qwertymodo
4a2c19f87e
Add toggle to log breakpoints without actually breaking ( #280 )
2021-12-16 00:09:22 -05:00
Devin Acker
87d99a6080
reduce sleep in main loop when SNES isn't running
2021-08-21 00:26:19 -04:00
devinacker
d4d57f900e
move default symbols to the user directory for editability
2019-09-07 12:29:07 -04:00
devinacker
95d545d458
support reload and drag&drop for special cart types ( fixes #189 )
2018-07-29 22:19:55 -04:00
devinacker
0b126c677f
more flexible command-line loading ( closes #115 )
2018-05-20 02:39:23 -04:00
devinacker
a3ff358908
frame advance hotkey ( closes #157 )
2018-05-19 21:36:48 -04:00
devinacker
d1a55789bf
check cheats.xml at start time instead
2016-11-21 20:34:27 -05:00
devinacker
1614ad5bfa
use cheats.xml from config directory
2016-11-21 20:12:14 -05:00
Marcus Rowe
bc6f2c3ead
Create breakpoints using the command line arguments
...
This allows me to use a script to automatically fill the bsnes debugger
with breakpoints. For instance, the following bash line:
bsnes --show-debugger `grep BREAKPOINT "$symfile" | awk '{print "-b " $1 ":x"}'` "$romfile"
Will open the debugger window and create a CPUBus execute breakpoint
for all symbols containing BREAKPOINT in the symbol file.
See `bsnes --help` or `Application::printArguments` for the format of
the breakpoint string.
2016-10-27 05:47:56 +10:00
devinacker
dc7a840691
don't deadlock GUI when windows system menu is open
...
(should fix #33 , and let's mask WM_SYSCOMMAND's param correctly while
i'm at it just in case)
2015-11-08 22:51:29 -05:00
David Lindecrantz
21f0a833f4
High DPI icons for OS X. App bundle version strings using same style as within the app.
2015-06-03 09:08:13 +02:00
devinacker
d88ac78d30
initial commit
2014-11-26 18:35:12 -05:00