Commit Graph

4847 Commits

Author SHA1 Message Date
Vicki Pfau 64409d9ca7 Core: ELF support 2017-07-16 09:45:25 -07:00
Vicki Pfau 9ed7c9129d Qt: Fix screen background improperly stretching 2017-07-15 20:38:45 -07:00
Vicki Pfau 220b786c9c Core: Add symbol lookups from scripts 2017-07-15 19:51:51 -07:00
Vicki Pfau 6a3002d398 Python: Add CLI debugger support 2017-07-15 07:30:32 -07:00
Vicki Pfau 2d49a41a30 SDL: Fix cheats not loading 2017-07-15 07:14:42 -07:00
Vicki Pfau 5d0ab48457 SDL: Fix crash when not in debugger mode 2017-07-15 07:13:28 -07:00
Vicki Pfau 531d4c7bae Python: Deprotect some functions 2017-07-12 17:43:04 -07:00
Vicki Pfau 3f59175a81 Core: Add missing file 2017-07-12 17:43:04 -07:00
Vicki Pfau a033f8783b Core: Add scripting debugger callbacks 2017-07-12 17:43:04 -07:00
Vicki Pfau d1ef27cff9 Python: Add callbacks 2017-07-12 17:43:04 -07:00
Vicki Pfau 25b4faef12 Python: Implement Python script backend 2017-07-12 17:43:04 -07:00
Vicki Pfau 1a7a544ba7 Core: Add basic scripting bridge 2017-07-12 17:43:04 -07:00
Vicki Pfau dce49ea990 Python: Add runner, thread interfaces 2017-07-12 17:43:04 -07:00
Vicki Pfau e1325b0373 Core: Make threading optionally opaque 2017-07-12 17:43:04 -07:00
Vicki Pfau dc60c28bf1 SDL: Fix showing version number (fixes #794) 2017-07-12 09:02:28 -07:00
Vicki Pfau ac848f8930 All: Update CHANGES for 0.6.0 2017-07-12 09:02:28 -07:00
Vicki Pfau cb7b819fe3 Core: Fix exiting rewind thread 2017-07-11 23:03:28 -07:00
Kevin López Brante 055ba3df63 Qt: Updated Spanish translation 2017-07-11 21:36:01 -07:00
Augustin Cavalier 2ef9898471 All: Use more GNUInstallDirs & don't install shaders if no GL. 2017-07-11 18:54:14 -07:00
Augustin Cavalier 84efe145cd All: Do not install hicolor icons on Haiku. 2017-07-11 18:54:14 -07:00
Vicki Pfau 8beb7e8e16 Qt: Fix Software renderer not handling alpha bits properly 2017-07-11 10:36:27 -07:00
Vicki Pfau 6e03d88818 Qt: Fix GL-less build (fixes #788) 2017-07-11 10:36:27 -07:00
Vicki Pfau 5167fce4c7 Core: Fix rewinding getting out of sync (fixes #791) 2017-07-10 21:59:49 -07:00
Vicki Pfau 253719d7a1 Qt: Properly ship Qt translations 2017-07-10 17:07:03 -07:00
Augustin Cavalier 2ff1deed60 Qt: Fix SDL < 2 build. 2017-07-09 12:05:09 -07:00
Vicki Pfau 8b4b634989 GBA Timer: Fix count-up timing overflowing timer 3 2017-07-09 11:08:17 -07:00
Vicki Pfau b71ffe711c All: Make FIXED_ROM_BUFFER an option instead of 3DS-only 2017-07-09 10:53:30 -07:00
Vicki Pfau 9150a79efd GBA: Extend oddly-sized ROMs to full address space (fixes #722) 2017-07-09 09:59:25 -07:00
Vicki Pfau 691600902c SDL: Remove writing back obtained samples (fixes #768) 2017-07-09 00:53:01 -07:00
Vicki Pfau 480dc0f97e GB Audio: Fix incorrect channel 4 iteration 2017-07-08 22:25:54 -07:00
Vicki Pfau 539e63d49b GB Audio: Make audio unsigned with bias (fixes #749) 2017-07-08 21:38:49 -07:00
Vicki Pfau 15d66422a9 GB Audio: Fix zombie mode bit masking 2017-07-08 21:13:54 -07:00
Vicki Pfau b6c0d5307f GBA Memory: Call crash callbacks regardless of if hard crash is enabled 2017-07-08 17:29:23 -07:00
Vicki Pfau c856897b1e Qt: Dismiss game crashing/failing dialogs when a new game loads 2017-07-08 17:29:23 -07:00
Vicki Pfau fc2a0955f4 GBA Timer: Fix timer regression when prefetch is enabled (fixes #781) 2017-07-08 17:04:05 -07:00
Vicki Pfau 4c439e3819 GB Serialize: Add MBC state serialization 2017-07-08 16:28:04 -07:00
Vicki Pfau 5ce943c580 GB Serialize: Fix timer serialization 2017-07-08 16:28:04 -07:00
Vicki Pfau dde155d0dd Qt: Fix patch loading in a way that works in Qt pre-5.4 2017-07-08 15:33:08 -07:00
Vicki Pfau ecc4d6ee03 Qt: Fix shader selector on Ubuntu (fixes #767) 2017-07-08 13:55:25 -07:00
Vicki Pfau 382f5f944b All: Partially revert datadir change 2017-07-08 13:55:25 -07:00
Vicki Pfau de4b735409 Qt: Fix patch loading while a game is running 2017-07-08 13:55:25 -07:00
Vicki Pfau ed9fa2b118 GBA SIO: Improve SIO Normal dummy driver (fixes #520) 2017-07-08 13:55:25 -07:00
Vicki Pfau e6593eb0d4 All: Bump version to 0.7 2017-07-08 12:20:29 -07:00
waddlesplash 03ba16cae9 Qt: Actually load the libraryStyle setting.
No idea how I missed this in the library PR.
2017-07-08 11:19:19 -07:00
Vicki Pfau 70204e410c Qt: Move shader settings into main settings window 2017-07-07 12:17:47 -07:00
rootfather e3b5711295 Qt: Update German GUI translation 2017-07-06 12:39:07 -07:00
Vicki Pfau c184bc6337 PSP2: Use custom localtime_r since newlib version is broken (fixes #560) 2017-07-06 12:37:10 -07:00
Vicki Pfau 8f049e0183 PSP2: Update toolchain to use vita.cmake 2017-07-06 12:26:43 -07:00
Vicki Pfau 63d475c350 Qt: Minor text fixes 2017-07-06 11:27:42 -07:00
Vicki Pfau 9b6fc44825 Qt: Fix translation initialization (fixes #776) 2017-07-06 11:13:28 -07:00