Commit Graph

4929 Commits

Author SHA1 Message Date
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
Vicki Pfau 4d51be0bf6 Switch: Screen stretching options 2018-11-17 14:48:53 -08:00
Vicki Pfau cba38c9ada GBA Hardware: Fix RTC handshake transition (fixes #1134) 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
Vicki Pfau 5e677d3520 All: Partial warnings burndown 2018-10-17 09:21:16 -07:00
Vicki Pfau 3495d3f125 Qt: Minor memory view tweaks 2018-10-17 09:10:50 -07:00
Vicki Pfau 1408e5564a Qt: Grab focus when game starts (fixes #804) 2018-10-16 08:51:25 -07:00
Vicki Pfau 7e45e2efa6 Qt: Fix mapping analog triggers (fixes #495) 2018-10-14 14:18:12 -07:00
Vicki Pfau 7448c96dcc PSP2: Fix tearing issues (fixes #1211) 2018-10-08 20:18:56 -07:00
Vicki Pfau 57066ee13a PSP2: Simplify frame limiter code 2018-10-08 20:02:32 -07:00
Vicki Pfau 55d41962e4 Python: Fix syntax error 2018-10-07 15:40:04 -07:00
Vicki Pfau 7e10b88efe Python: Experimental audio API 2018-10-07 15:22:22 -07:00
Vicki Pfau fe71f3b96d Python: Minor API improvements 2018-10-07 15:22:22 -07:00
Vicki Pfau 01d9c106cb Qt: Detect presence of GL_ARB_framebuffer_object 2018-10-06 21:06:52 -07:00
Vicki Pfau ab4b730991 Debugger: More minor text fixes 2018-10-06 18:24:29 -07:00
Vicki Pfau 086a34103d Qt: Debugger console history 2018-10-06 18:23:11 -07:00
Vicki Pfau cf28e05f1a Debugger: Minor text fixes 2018-10-06 18:03:23 -07:00
Vicki Pfau 7046422417 Qt: Add width adjustment to tile viewer 2018-10-05 13:15:08 -07:00
Vicki Pfau a8d991e24f Libretro: Reduce rumble callbacks 2018-10-05 08:42:20 -07:00
Vicki Pfau d5548f6da8 GB Video: More SGB fixes 2018-10-04 10:39:43 -07:00
Vicki Pfau d7f2f5ba06 GB Video: SGB border drawing improvements 2018-10-04 09:46:05 -07:00
Vicki Pfau 23e60e081e GB: Improved SGB2 support 2018-10-04 09:26:03 -07:00
Vicki Pfau 360890d5dc Qt: Fix portable.ini creation 2018-10-03 20:53:26 -07:00
Vicki Pfau c7e615a047 Windows: Add Inno Setup script 2018-10-03 16:39:39 -07:00
Lothar Serra Mari b8d29a0ce8 Qt: Update German GUI translation 2018-10-03 22:55:48 +02:00
Kevin López Brante e1b9ace37c Qt: Updated Spanish translation 2018-10-02 17:08:23 -07:00
Vicki Pfau f52859126b Qt: End painter thread when destroying GL display 2018-10-02 13:07:26 -07:00
Vicki Pfau 50e699037f Qt: Clear display before closing window 2018-10-02 13:04:15 -07:00
Vicki Pfau 5e7333e20f Qt: Don't double-load display driver 2018-10-02 13:03:41 -07:00
Vicki Pfau 18fc2cbdb2 Qt: Fix focus issues with LoadSaveState 2018-10-02 10:01:30 -07:00
Vicki Pfau 64b44efbf1 Qt: State file load/save menu options 2018-10-02 09:39:27 -07:00
Vicki Pfau e26eeed02a GB, GBA Savedata: Fix leaks when loading masked save (fixes #1197) 2018-10-02 08:22:35 -07:00
Vicki Pfau ac2c1417ad Qt: Slow down sensor view polling 2018-10-01 16:36:31 -07:00
Vicki Pfau 12cf61f9fc Qt: Copy volume and mute settings into core config (fixes #1194) 2018-10-01 12:15:16 -07:00
Vicki Pfau 2d5bfe3321 Qt: Ensure camera image is valid 2018-10-01 12:07:56 -07:00
Vicki Pfau 2bfc3e0ca6 Wii: Define _GNU_SOURCE 2018-10-01 12:07:20 -07:00
Vicki Pfau da80c5a971 Qt: Fix FPS counter on Windows 2018-09-30 16:14:17 -07:00
Vicki Pfau 1247dec1ba Switch: Rotation support 2018-09-30 14:05:06 -07:00
Vicki Pfau b192330166 Qt: Fix jumbled background when paused 2018-09-30 13:34:26 -07:00
Vicki Pfau 426993bbbb GB I/O: Fix inverted button filter 2018-09-29 23:14:43 -07:00
Vicki Pfau 2865c9ab2b Switch: Rumble support 2018-09-29 23:11:16 -07:00
Vicki Pfau 479bee3707 GB, GBA: Fix broken opposing button filter (fixes #1191) 2018-09-29 12:55:35 -07:00