Commit graph

12 commits

Author SHA1 Message Date
devinacker
dd73db0e0b indicate specified profile in build name and object path to simplify building multiple profiles at once 2019-10-09 19:02:08 -04:00
devinacker
535370af92 update build to Qt5 (#160) 2018-06-24 19:37:38 -04:00
devinacker
d4af262679 get rid of redundant library code 2018-06-23 01:46:49 -04:00
devinacker
a5701d2024 use rawinput makefile hack for msys too 2018-06-07 17:29:13 -04:00
devinacker
396656d716 build properly with msys2/pkg-config
(should fix #28, will add this as an option to the build instructions
later)
2018-05-29 23:15:09 -04:00
David Lindecrantz
f4fb0f7985 Carbon input driver evolved into macOS input driver with mouse and HID gamepad/joystick support 2017-05-24 15:58:23 +02: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
98a2846016 fix typo in makefile for linux 2015-11-15 13:49:39 -05:00
devinacker
4f86ca63a6 ugh, gcc 2015-11-14 19:50:01 -05:00
devinacker
90d5d94932 add memory searching and debugger hotkeys 2015-11-07 22:46:59 -05:00
devinacker
da315c41c9 bye bye mingw32 2015-04-18 20:56:53 -04:00
devinacker
d88ac78d30 initial commit 2014-11-26 18:35:12 -05:00