Commit Graph

5427 Commits

Author SHA1 Message Date
Vicki Pfau 7266186f4a GBA DMA: Fix DMA start/end timing 2019-02-22 18:50:39 -08:00
Vicki Pfau 17660077b0 GBA DMA: Fix Display Start DMAs 2019-02-22 18:50:39 -08:00
Vicki Pfau e363e7ed02 Python: Make sure GB link object isn't GC'd before GB object 2019-02-20 20:42:16 -08:00
Vicki Pfau 237c891ad2 Python: Fix crash when deleting files owned by library 2019-02-20 20:42:16 -08:00
Vicki Pfau 5c42c5dcb7 GB: Fix crash when accessing SRAM if no save loaded and cartridge has no SRAM 2019-02-20 20:42:16 -08:00
Vicki Pfau 0d178a4c3f Qt: Fix color picking in sprite view (fixes #1307) 2019-02-18 13:32:26 -08:00
Vicki Pfau 830e52fa67 GBA SIO: Prevent writing read-only multiplayer bits 2019-02-17 22:14:03 -08:00
Vicki Pfau 8a57f9489a Switch: Fix gyroscope orientation (fixes #1300) 2019-02-16 17:13:40 -08:00
Vicki Pfau fa6583051e Qt: Fix audio context holding onto closed game controller 2019-02-16 16:56:34 -08:00
Vicki Pfau cb238a1567 Wii: Saturate joystick values 2019-02-16 16:56:34 -08:00
Vicki Pfau b4d6e2f81c Wii: Remove duplicate bindings 2019-02-16 16:56:34 -08:00
Vicki Pfau bab8ce1805 GB Serialize: Fix loading states with negative pixel x (fixes #1293) 2019-02-12 09:21:17 -08:00
Vicki Pfau 89c4214988 GBA Memory: Various AGBPrint fixes 2019-02-11 22:00:37 -08:00
Vicki Pfau 90a4e7d438 Qt: Fix tile and sprite views not always displaying at first 2019-02-09 02:09:34 -08:00
Vicki Pfau 0d55ab2bb6 Switch: Fix final cleanup (fixes #1283) 2019-01-29 14:26:41 -08:00
Vicki Pfau 969fea5494 GBA Video: Improve sprite cycle counting (fixes #1274) 2019-01-26 22:41:35 -08:00
Vicki Pfau e0c5196e91 GBA Video: Remove redundant checks 2019-01-26 22:39:08 -08:00
Vicki Pfau c266174556 CMake: Bump version 2019-01-26 16:14:10 -08:00
Vicki Pfau 0ddade326c CHANGES: Update for 0.7.0 2019-01-26 16:06:06 -08:00
Vicki Pfau f130895973 README: Update copyright date 2019-01-26 14:53:28 -08:00
Vicki Pfau a69da4c5a4 Qt: Fix crash when closing window while game running 2019-01-26 14:45:01 -08:00
François Berder 1ef1ebbf8d Core: Improve handling failures in mCoreSaveStateNamed function (#1272)
* Core: Do not set time in save state if we could not get the time

Signed-off-by: Francois Berder <fberder@outlook.fr>

* Core: Fix memory leak if gettimeofday or timespec_get failed

Signed-off-by: Francois Berder <fberder@outlook.fr>

* Core: Protect against malloc failure in mCoreSaveStateNamed

Signed-off-by: Francois Berder <fberder@outlook.fr>
2019-01-19 22:02:46 -08:00
Vicki Pfau 59e050edbe Switch: Fix perf-main for new console API 2019-01-16 11:46:56 -08:00
Vicki Pfau 05c584408c GB MBC: Fix MBC30 SRAM 2019-01-16 11:46:56 -08:00
Vicki Pfau 9cf667a90b Qt: AudioProcessor::m_context can be null 2019-01-12 15:57:16 -08:00
Vicki Pfau 9479bd9cfc Qt: Ensure FATAL logs reach log view 2019-01-12 15:57:16 -08:00
Vicki Pfau 167901c3b1 GBA: Fix GB Player features 2019-01-08 23:19:40 -08:00
Vicki Pfau c292aa16e8 GBA BIOS: BitUnPack improvements 2019-01-07 22:15:48 -08:00
Vicki Pfau dfc9baa438 Res: Improve modeling of AGB/AGS screen in shaders 2019-01-04 21:48:21 -08:00
Vicki Pfau 37c2bb0878 Switch: Adapt to egl changes 2019-01-02 21:04:37 -08:00
Vicki Pfau 344af9fec5 Libretro: Fix adding codes with hooks 2018-12-26 13:28:08 -08:00
Vicki Pfau 553fbdfd37 SDL: Fix handling of invalid gamepads (fixes #1239) 2018-12-09 18:34:53 -08:00
Cameron Cawley ef59199d64 SDL: Support fullscreen mode when using the SDL1 software renderer 2018-12-08 16:45:27 -08:00
Vicki Pfau 60c81c5051 Qt: Fix non-SQLite build (fixes #1254) 2018-12-08 16:44:17 -08:00
Vicki Pfau 2a5736aa86 GB Audio: Skip frame if enabled when clock is high 2018-12-08 16:44:17 -08:00
Cameron Cawley dd3b8bf172 SDL: Fix auto-detection of SDL version 2018-12-08 16:42:43 -08:00
RidgeX 2817c51344 GBA I/O: SOUNDCNT_HI is readable when sound is off 2018-12-08 16:42:43 -08:00
Vicki Pfau 39c754bdab GB Video: Changing LYC while LCDC off doesn't affect STAT (fixes #1224) 2018-11-23 16:29:52 -05:00
Vicki Pfau 77d6bda524 Core: Reroot timing list when (de)scheduling 2018-11-21 23:10:57 -05:00
Vicki Pfau 4e07d4cba0 Debugger: Readability improvements (fixes #1238) 2018-11-21 23:10:42 -05:00
Vicki Pfau 320ed402b7 GBA Savedata: Fix EEPROM writing codepath when savetype is not EEPROM 2018-11-21 23:10:37 -05:00
lotharsm 5981c27fe0 Doc: Update German README translation 2018-11-21 22:37:14 -05:00
lotharsm 971ed575d1 Doc: Update MSYS2 build instructions in the README file 2018-11-21 22:37:14 -05:00
Vicki Pfau 4d51be0bf6 Switch: Screen stretching options 2018-11-17 14:48:53 -08:00
Vicki Pfau 4586833da1 CMake: Fix libswresample version dependencies (fixes #1229) 2018-11-11 12:18:04 -08:00
Vicki Pfau ff2dd118da README: Update 2018-11-03 15:39:00 -07:00
Vicki Pfau cba38c9ada GBA Hardware: Fix RTC handshake transition (fixes #1134) 2018-11-03 15:15:31 -07:00
Vicki Pfau e417faccd2 All: Update .gitignore 2018-11-03 15:15:31 -07:00
Vicki Pfau 67ca233412 Core: Remember to deinit proxy ring FIFO 2018-10-20 11:46:06 -07:00
Vicki Pfau 3581b90a47 GB MBC: Fix MBC1 initialization 2018-10-17 09:55:55 -07:00