Commit Graph

1813 Commits

Author SHA1 Message Date
Vicki Pfau f69853e8ba Qt: Include wayland QPA in AppImage (fixes #2796) 2023-01-26 07:18:42 -08:00
Vicki Pfau df6ae1883c Qt: Fix crash when attempting to use OpenGL 2.1 to 3.1 (fixes #2794) 2023-01-26 05:57:33 -08:00
Vicki Pfau 9c69b86d71 GBA Memory: Make VRAM access stalls only apply to BG RAM 2023-01-16 00:54:56 -08:00
Vicki Pfau b5b4271145 CHANGES: Oops 2023-01-12 15:10:47 -08:00
TheMechasaur a4b63e1db9
Correct year of release date of 0.10.1 to 2023 (#2783) 2023-01-11 21:59:17 -08:00
Vicki Pfau 456ac2222b CHANGES: Update for 0.10.1 2023-01-10 19:51:20 -08:00
Vicki Pfau f7acda6d64 Qt: Redo stable branch detection heuristic 2022-12-31 18:15:47 -08:00
Vicki Pfau 0da3498ee8 Qt: Fix initializing update revision info 2022-12-31 17:54:41 -08:00
Vicki Pfau d17b1da1b7 GB BIOS: Include timing in degenerate ArcTan2 cases (fixes #2763) 2022-12-27 20:39:30 -08:00
Vicki Pfau 0d52995877 GBA Cheats: Fix issues detecting unencrypted cheats (fixes #2724) 2022-12-22 16:02:22 -08:00
CasualPokePlayer 411b7dccb4 Check gba->mbVf for force skipping the BIOS (#2754) 2022-12-17 00:22:40 -08:00
Vicki Pfau 7ba3b40977 GB Audio: Fix updating channels other than 2 when writing NR5x 2022-12-11 19:17:24 -08:00
Vicki Pfau 3dbb90e574 GB Audio: Fix up boot sequence 2022-12-11 19:17:24 -08:00
Vicki Pfau c323ab384c GB Memory: Actually, HDMAs should start when LCD is off (fixes #2662) 2022-12-11 19:17:24 -08:00
Vicki Pfau 411741fba3 GB Audio: Fix channel 3 volume being changed between samples (fixes #1896) 2022-12-07 01:22:33 -08:00
Vicki Pfau 9f057e2719 GB Audio: Fix channels 1/2 not playing when resetting volume (fixes #2614) 2022-11-28 22:39:05 -08:00
Vicki Pfau 3866d74707 Qt: Improve handling of multiplayer syncing (fixes #2720) 2022-11-28 01:03:10 -08:00
Vicki Pfau aeaa40e373 GB SIO: Further fix bidirectional transfer starting 2022-11-28 01:03:10 -08:00
Vicki Pfau 8e58dcadb8 Qt: Don't re-enable sync if GBA link modes aren't the same (fixes #2044) 2022-11-28 01:03:10 -08:00
Vicki Pfau f632b85338 Qt: Move OpenGL proxy onto its own thread (fixes #2493) 2022-11-28 01:03:10 -08:00
Vicki Pfau 3cd63cb71c CHANGES: Spill chicken 2022-11-12 00:45:48 -08:00
Vicki Pfau 4914954c67 GBA: Fix resetting key IRQ state (fixes #2716) 2022-11-12 00:45:44 -08:00
Vicki Pfau 20c16bc8e7 GBA Video: Ignore disabled backgrounds as OBJ blend target (fixes #2489) 2022-11-07 23:13:58 -08:00
Vicki Pfau 838e4a182e VFS: Fix minizip write returning 0 on success instead of size 2022-10-29 01:42:21 -07:00
Vicki Pfau 12f7168e9f macOS: Fix modern build with libepoxy (fixes #2700) 2022-10-20 20:11:37 -07:00
Vicki Pfau 455525e3b6 Qt: Keep track of current pslette preset name (fixes #2680) 2022-10-19 04:17:11 -07:00
Vicki Pfau 3f39bd2536 macOS: Add category to plist (closes #2691) 2022-10-19 04:16:40 -07:00
Vicki Pfau 838122c234 GB Serialize: Don't write BGP/OBP when loading SCGB state (fixes #2694) 2022-10-18 01:39:49 -07:00
Vicki Pfau c6d7c8f601 Qt: Fix e-Reader scanning function reentry (fixes #2693) 2022-10-16 22:15:05 -07:00
Vicki Pfau 64255a716b Qt: Expand criteria for tag branch names (fixes #2679) 2022-10-14 23:37:03 -07:00
Vicki Pfau 277aa36d12 Qt: Manually split filename to avoid overzealous splitting (fixes #2681) 2022-10-14 23:37:01 -07:00
Vicki Pfau 81cb4c3bf6 Res: Fix species name location in Ruby/Sapphire revs 1/2 (fixes #2685) 2022-10-14 23:36:57 -07:00
Vicki Pfau 686eee4e20 Changes: Update for 0.10.0 2022-10-11 20:30:00 -07:00
Vicki Pfau 8b887cb0ff Qt: Fix coloration of swatches on styles with distinct frame backgrounds 2022-10-09 23:53:47 -07:00
Vicki Pfau bb711d311f GBA Savedata: Store RTC data in savegames (closes #240) 2022-10-06 02:57:26 -07:00
Vicki Pfau 0c33863e66 Qt: Include cheats in bug report 2022-09-28 04:27:45 -07:00
Vicki Pfau 31f798748b VFS: Early return NULL if attempting to map 0 bytes from a file 2022-09-27 05:33:46 -07:00
Vicki Pfau 55c2efa3ea GB: Don't try to map a 0-byte SRAM (fixes #2668) 2022-09-27 05:33:46 -07:00
Vicki Pfau 2912bd2d07 GB: Support CGB0 boot ROM loading 2022-09-21 20:04:56 -07:00
Vicki Pfau 5dbe240442 Qt: Resume crashed game when loading a save state 2022-09-11 02:51:24 -07:00
Vicki Pfau e87f7b7b68 Qt: Use FFmpeg to convert additional camera formats, if available 2022-09-09 16:38:34 -07:00
Vicki Pfau 4b0ea00ba1 GBA: Fix 1 MiB ROM mirroring to only mirror 4 times 2022-09-07 20:26:35 -07:00
Vicki Pfau e0b07a6446 GB: Fix HALT breaking M-cycle alignment (fixes #250) 2022-09-04 00:09:14 -07:00
Vicki Pfau bac42c9027 GB MBC: Partial TAMA5 RTC 2022-08-28 03:53:51 -07:00
Vicki Pfau 368ad24516 Debugger: Fix multiple conditional watchpoints at the same address 2022-08-13 03:41:55 -07:00
Vicki Pfau 1fb7d7a4a3 GB Audio: Increase sample rate 2022-08-06 23:08:28 -07:00
Vicki Pfau 137f3e5804 Qt: Change lossless setting to use WavPack audio 2022-08-06 18:21:40 -07:00
Vicki Pfau 82ce165211 FFmpeg: Support dynamic audio sample rate 2022-08-06 18:20:36 -07:00
Vicki Pfau 5db7d95aa2 ARM: Fix some disassembly 2022-07-17 15:56:56 -07:00
Vicki Pfau 0cfaf0a240 Qt: Add more bounds checks to tile selection 2022-07-03 18:53:55 -07:00