Commit Graph

4013 Commits

Author SHA1 Message Date
Jeffrey Pfau b309e9894c GB Video: Fix video frames getting missed when LCDC is off 2016-09-21 14:36:42 -07:00
Jeffrey Pfau 1e10098e33 FFmpeg: Encoding cleanup 2016-09-21 14:36:42 -07:00
Jeffrey Pfau cf6006f9f8 FFmpeg: Fix encoing AAC 2016-09-21 14:36:42 -07:00
Jeffrey Pfau 5c744a3f13 Qt: Fix saving overrides 2016-09-20 16:35:00 -07:00
Jeffrey Pfau bea6235c0a Qt: Fix "close" button on Overrides view 2016-09-20 16:35:00 -07:00
Jeffrey Pfau 5a24012e8a Core: Const correctness fixes 2016-09-20 16:34:59 -07:00
Jeffrey Pfau 3b1d3292dd GBA Cheats: Fix holding onto pointers that may get invalidated 2016-09-20 12:09:28 -07:00
Jeffrey Pfau 1cb054ec67 GB Video: Setting LYC=LY during mode 2 should trigger an IRQ 2016-09-20 10:45:01 -07:00
Jeffrey Pfau 575a37fd83 GB MBC: Fix MBC7 when size is incorrectly specified 2016-09-19 23:54:50 -07:00
Jeffrey Pfau de8a59e51e Revert "Qt: Fix dependencies for translation files"
This reverts commit b42a067ce4.
2016-09-19 20:05:54 -07:00
Jeffrey Pfau b42a067ce4 Qt: Fix dependencies for translation files 2016-09-19 19:50:57 -07:00
Jeffrey Pfau c14c6d647f All: Only update version info if needed 2016-09-19 19:49:58 -07:00
Jeffrey Pfau 1cb4bd7ac4 All: Bump version number 2016-09-19 19:48:33 -07:00
Jeffrey Pfau a7a858d4f8 Update CHANGES for 0.5.0 2016-09-19 15:07:50 -07:00
Jeffrey Pfau 37ddf7020b Util: Fix inserting too many items into a hash table 2016-09-19 15:01:58 -07:00
Jeffrey Pfau aaf12cad27 GBA Savedata: Only unmap savedata if present 2016-09-19 13:52:11 -07:00
Jeffrey Pfau 573920cae4 GBA Video: Fix palette deserialization on big endian 2016-09-19 10:20:37 -07:00
Jeffrey Pfau 4647473b74 GB Memory: Fix bounds checking for View/Patch 2016-09-19 09:26:22 -07:00
Jeffrey Pfau 986dc18340 Fuzz: Cheats must be initialized after reset 2016-09-19 07:31:34 -07:00
Jeffrey Pfau 891a607507 GB, GBA: Unload cheats when unloading ROM 2016-09-19 07:26:06 -07:00
Jeffrey Pfau 836051ee32 GB, GBA: Clean up ROM unloading 2016-09-19 07:17:49 -07:00
Jeffrey Pfau d97d2b9565 Qt: Fully qualify path to sdl-events.h 2016-09-18 22:14:45 -07:00
Jeffrey Pfau 44af469782 Fuzz: Put back cheats 2016-09-18 20:43:24 -07:00
Jeffrey Pfau 103673423b Qt: qwindows depends on Qt5PlatformSupport 2016-09-18 16:57:19 -07:00
Jeffrey Pfau d22a120918 GB: Fix MBC/memory includes 2016-09-18 13:34:43 -07:00
Jeffrey Pfau 0d4f119ecd GUI: Fix build 2016-09-18 00:18:54 -07:00
Jeffrey Pfau e2807b3915 Core: Revise how savegame loading works 2016-09-18 00:09:15 -07:00
Jeffrey Pfau d746a33338 GB: Add another BIOS revision 2016-09-17 16:47:37 -07:00
Jeffrey Pfau 3a9c99370e Core: Fix null pointer deref if no file is found 2016-09-17 12:41:54 -07:00
Jeffrey Pfau 805ef9efdd ARM Debugger: Fix clearing software breakpoints 2016-09-17 12:41:31 -07:00
Jeffrey Pfau d1e2f2be6b GB Audio: Fix channel 4 sampling 2016-09-17 12:36:24 -07:00
Jeffrey Pfau 159fd77a8a GBA Video: Fix tile cache writing 2016-09-17 12:33:04 -07:00
Jeffrey Pfau 4dd4d9b25c Qt: Fix leak in OverrideView 2016-09-17 12:24:28 -07:00
Jeffrey Pfau ebecb18395 GB MBC: Fix initializing MBC3 2016-09-17 12:21:05 -07:00
Jeffrey Pfau 31f45e3e1d Qt: Add Patreon link to about screen 2016-09-17 12:06:31 -07:00
Jeffrey Pfau ee86840ca3 GBA Video: Silence warning 2016-09-17 11:05:40 -07:00
Jeffrey Pfau 572264df0a GBA BIOS: Silence warning 2016-09-17 11:05:31 -07:00
Jeffrey Pfau 0298f25ea4 GB Cheats: Fix null pointer deref 2016-09-17 11:03:40 -07:00
Jeffrey Pfau a510ae8d86 GBA Hardware: Clean up dead code in GBP 2016-09-17 11:01:09 -07:00
Jeffrey Pfau b8f26ebee8 GB: Fix gcc build 2016-09-17 10:57:54 -07:00
Jeffrey Pfau 0f4889d69a All: Refresh README 2016-09-17 10:51:40 -07:00
Jeffrey Pfau f658bc00d9 GB: Clean up BIOS detection 2016-09-17 10:37:05 -07:00
Jeffrey Pfau f8f75c4c91 GBA Debugger: Remove rewind stub 2016-09-17 10:27:25 -07:00
Jeffrey Pfau 12687faad2 GBA Video: Turn down log level for thread proxy diagnostics 2016-09-17 04:34:02 -07:00
Jeffrey Pfau 5425cff3e2 Core: Add functions for pakcing and unpacking pixels 2016-09-17 04:13:07 -07:00
Jeffrey Pfau 36ea350c6a PSP2: Fix some warnings 2016-09-17 02:33:44 -07:00
Jeffrey Pfau 1f20b3e430 All: Silence minizip warnings on some platforms 2016-09-17 02:33:44 -07:00
Jeffrey Pfau e29b30560e All: Disable missing-field-initializers warning 2016-09-17 02:33:12 -07:00
Jeffrey Pfau 0ac6f0862c FFmpeg: Use max of libav and FFmpeg version numbers 2016-09-17 02:33:11 -07:00
Jeffrey Pfau 16ff5802b6 FFmpeg: Maybe actually fix build on FFmpeg 3.0 2016-09-17 01:00:52 -07:00