Commit Graph

1955 Commits

Author SHA1 Message Date
Jeffrey Pfau 3e98fe68a0 All: Fix error in README about frameskip 2015-04-18 14:12:36 -07:00
Jeffrey Pfau 7db12fae96 GBA Memory: Fix 32-bit loads from unaddress cartridge space 2015-04-18 13:57:27 -07:00
Jeffrey Pfau 717f4ec493 Qt: Fix controller axis querying 2015-04-17 00:59:05 -07:00
Jeffrey Pfau 803914b30e GBA Memory: Allow SRAM to be 64kB 2015-04-15 23:03:15 -07:00
Jeffrey Pfau d5a6098448 Qt: Fix potential crash if a gamepad causes focus to change 2015-04-14 20:47:31 -07:00
Jeffrey Pfau 8891abaca8 GBA: Add initial I/O register settings for background matrix registers 2015-04-14 20:47:29 -07:00
Jeffrey Pfau ae41898206 GBA: Fix rewind boundary conditions 2015-04-12 20:23:28 -07:00
Jeffrey Pfau 6d2e81d246 Qt: Show multiplayer numbers in window title 2015-04-09 23:16:35 -07:00
Jeffrey Pfau 9324fedee4 GBA: Fix unintialized stack variable 2015-04-09 00:43:59 -07:00
Jeffrey Pfau c05d08759a All: VS cannot compile mGBA at the time 2015-04-08 00:56:11 -07:00
Jeffrey Pfau e9df5bc961 GBA Memory: Fix audio regression...may be a huge hack 2015-04-08 00:54:03 -07:00
Jeffrey Pfau 99ae62695e Qt: Follow-up fix for regression 2015-04-07 00:51:07 -07:00
Jeffrey Pfau 2f1937f953 Qt: Fix regression where video would not record if the game had already started 2015-04-06 22:19:22 -07:00
Jeffrey Pfau 1dcd40a5e9 Qt: Fix window not regaining focus after exiting savestate window 2015-04-06 22:05:04 -07:00
Jeffrey Pfau 3c5db2b7a1 GBA Memory: Ensure changing the timing of a DMA reschedules it 2015-04-06 03:48:18 -07:00
Jeffrey Pfau 7ed38b0a6d Qt: Fix "QOpenGLContext::swapBuffers() called with non-exposed window" warning 2015-04-05 18:04:01 -07:00
Jeffrey Pfau 630386e569 Qt: Fix tr missing or being present where it shouldn't be 2015-04-05 01:25:51 -07:00
Jeffrey Pfau 35cec4858f GBA Audio: FIFOs should not poll DMAs that are not scheduled for audio 2015-04-04 22:08:58 -07:00
Jeffrey Pfau 0de0347bf1 Qt: Fix .deb dependencies 2015-04-04 21:14:51 -07:00
Jeffrey Pfau 3186482281 Qt: Fix Display object leak when closing a window 2015-04-04 14:19:05 -07:00
Jeffrey Pfau 0e613d296a All: Fix sanitize-deb script not cleaning up after itself 2015-04-04 13:58:41 -07:00
Jeffrey Pfau 1c06cbd8d3 GBA: Fix timers not updating timing when writing to only the reload register 2015-04-03 23:52:33 -07:00
Jeffrey Pfau 12c6aaa213 Qt: Move solar sensor menu to emulation menu 2015-04-03 21:46:36 -07:00
Jeffrey Pfau 65181a737b All: Update CHANGES for 0.2.0 2015-04-03 21:25:25 -07:00
Jeffrey Pfau 51c405011f Qt: Fix shortcuts conflicting between views 2015-04-03 21:16:44 -07:00
Jeffrey Pfau 0a845c4e66 Qt: Fix build with some non-Apple versions of GCC 2015-04-03 21:16:44 -07:00
Jeffrey Pfau c818d506a7 Qt: Fix crash when attempting to pause if a game is not running 2015-04-03 21:09:03 -07:00
Jeffrey Pfau 3827f2b91f All: Update README 2015-04-02 23:25:22 -07:00
Jeffrey Pfau 767c6a039c Qt: Pause game while open file dialogs are open (fixes #6 on GitHub) 2015-04-02 22:34:41 -07:00
Jeffrey Pfau 2eb765eacc SDL: Fix pixman build if includes aren't in base path 2015-03-31 21:38:55 -07:00
Jeffrey Pfau 8fcd095b03 GBA Audio: #define some macros BEFORE we use them 2015-03-30 02:22:29 -07:00
Jeffrey Pfau cab9f3343b Qt: Double-clicking on the window toggles full screen 2015-03-29 17:12:39 -07:00
Jeffrey Pfau 3a3b7dffdb GBA: Fix Pro Action Replay ROM patches 2015-03-29 13:56:46 -07:00
Jeffrey Pfau d38f99e041 GBA: Fix PARv3 IO codes, add master code support 2015-03-29 04:48:42 -07:00
Jeffrey Pfau 178f9a83bb GBA: Almost entirely untested Pro Action Replay v3 code support 2015-03-29 04:38:13 -07:00
Jeffrey Pfau 44d3718eb0 Qt: Save fullscreen setting 2015-03-28 23:23:32 -07:00
Jeffrey Pfau 7a9807f030 GBA: Fix BIOS loading setting 2015-03-28 23:19:21 -07:00
Jeffrey Pfau 3fe32281c9 Qt: Remember window position 2015-03-28 23:14:10 -07:00
Jeffrey Pfau e93240f90c GBA: Add somewhat more realistic flash timings, disabled currently 2015-03-28 03:25:46 -07:00
Jeffrey Pfau c665ed78e6 GBA Memory: Add timing information to bad cart stores 2015-03-27 22:42:17 -07:00
Jeffrey Pfau 45473bf7bc ARM7: Fix cycle counting for loads 2015-03-27 21:21:17 -07:00
Jeffrey Pfau afff253928 GBA Memory: Fix cycle counting for 32-bit load/stores 2015-03-27 21:20:13 -07:00
Jeffrey Pfau 325b1dc35b All: Update CHANGES 2015-03-27 01:37:36 -07:00
Jeffrey Pfau 8e87e3a528 GBA Memory: Fix I cycles that had been moved to ARM7 core 2015-03-27 01:35:16 -07:00
Jeffrey Pfau 811ada598e GBA: Fix timer initialization 2015-03-27 01:34:49 -07:00
Jeffrey Pfau 4b957cb66d Qt: Fix non-SDL build 2015-03-25 21:56:23 -07:00
Jeffrey Pfau 9d80089194 Qt: Add keyboard shortcut to exit fullscreen (fixes #205) 2015-03-24 22:54:13 -07:00
Jeffrey Pfau b6ddf8fd00 GBA RR: Fix VBM handling of lag frames 2015-03-24 22:26:37 -07:00
Jeffrey Pfau 3d8cfda57d Qt: Warning dialog if an unimplemented BIOS feature is called (fixes #177) 2015-03-23 22:12:57 -07:00
Jeffrey Pfau 740f733563 Qt: Change audio driver back to SDL by default 2015-03-23 21:34:20 -07:00