Commit Graph

5949 Commits

Author SHA1 Message Date
Vicki Pfau 87ec3f3d4a ARM Debugger: Disassembler now resolves addresses to symbol names 2020-09-07 15:55:51 -07:00
Vicki Pfau 17ca8f524a GBA Video: Fix rare regression blending semitransparent sprites (fixes #1876) 2020-09-07 01:27:46 -07:00
Urgau d1178689cb Qt: Update French translations
This pull request update the French translations for the Qt platform.
2020-09-06 12:33:36 -07:00
Vicki Pfau c2ee50288b GBA I/O: Green swap register should be readable 2020-09-05 15:53:31 -07:00
Vicki Pfau 347c5f2de5 GB MBC: Add MBC6 flash support (read-only currently) 2020-09-03 23:43:47 -07:00
Vicki Pfau 2251d93938 CMake: Install cinema with tests 2020-09-03 17:18:28 -07:00
Vicki Pfau c825c57281 GBA Video: Implement green swap (fixes #1609) 2020-08-31 22:28:19 -07:00
Vicki Pfau 6a97b1dbf5 GBA Memory: Minor code simplification 2020-08-29 22:51:53 -07:00
Vicki Pfau c8028e1a60 Util: Fill out and fix big-endian byteswap load/stores 2020-08-29 16:14:49 -07:00
negativeExponent f6523e2c01 libretro: Fix cheevos memory map for GB games using external RAM 2020-08-28 18:39:21 -07:00
negativeExponent 274a97a5f0 Libretro: Add cheevos support for GB/GBC
Working implementation:
https://github.com/libretro/mgba/issues/182#issuecomment-617561652
2020-08-28 18:39:09 -07:00
RufoH 0019cb69d8 Libretro: Add Italian core options translation 2020-08-28 18:36:20 -07:00
Vicki Pfau 6a04f02251 Libretro: Build fixes for non-GB and coe cleanup 2020-08-28 18:33:31 -07:00
Vicki Pfau 9dc6dc7e65 GB: Add separate overrides for GBC games that can also run on SGB or regular GB 2020-08-28 18:19:13 -07:00
Vicki Pfau 3e91c50f2d Qt: Fix language code for Korean 2020-08-28 01:52:20 -07:00
Vicki Pfau ddc913c13a Qt: Refactor GB names and lists into namespace 2020-08-28 01:49:07 -07:00
Vicki Pfau f5a1ceb025 Core: Add savedataUpdated callback 2020-08-28 00:53:40 -07:00
Vicki Pfau 65fb61d7e2 GBA Memory: Improve robustness of Matrix memory support 2020-08-27 04:27:13 -07:00
Vicki Pfau 6e01765ed2 Qt: Add another static dependency on Windows 2020-08-26 03:39:34 -07:00
Vicki Pfau 3dcf879e94 Qt: Add CoreManager::getExtdata API 2020-08-25 20:22:41 -07:00
Vicki Pfau 6c805acab6 Qt: Add VFileDevice from filename API 2020-08-25 20:21:58 -07:00
Vicki Pfau fcda3df24d 3DS: Slightly refactor GPU operations 2020-08-25 03:20:52 -07:00
Vicki Pfau 07c2c87d00 3DS: Fix thread cleanup 2020-08-24 18:24:22 -07:00
Vicki Pfau 98f2d14b81 GBA Video: Code cleanup 2020-08-24 14:57:04 -07:00
Vicki Pfau 7020ea35a3 Python: Add VFS.fromEmpty utility 2020-08-24 01:59:28 -07:00
Vicki Pfau c7d50956b3 Python: Add aliases for some registers 2020-08-24 01:59:12 -07:00
Vicki Pfau 4c8e08d2b0 GBA Audio: Fix serializing/deserializing flags 2020-08-24 01:57:51 -07:00
Vicki Pfau 27b31024ce GB Audio: Fix deserializing while audio was disabled (fixes #1305) 2020-08-24 01:19:45 -07:00
Vicki Pfau 9841db0d94 GBA Video: Don't draw sprites using unmapped VRAM in GL renderer (fixes #1865) 2020-08-22 21:56:57 -07:00
Vicki Pfau 597628736f Qt: Fix Battle Chip view not displaying chips on some DPI settings 2020-08-21 22:17:16 -07:00
Vicki Pfau 66842997dc GBA DMA: Fix ordering and timing of overlapping DMAs 2020-08-21 04:45:15 -07:00
Vicki Pfau 7df5b67a71 GBA DMA: Only update DMA scheduling if needed 2020-08-21 04:45:15 -07:00
Vicki Pfau 5c58186f03 GBA Audio: Revamp FIFO emulation (fixes #356, fixes #875, fixes #1847) 2020-08-21 04:45:15 -07:00
Vicki Pfau 0a52f44fa8 Vita: Wait, what do you mean sceKernelFindMemBlockByAddr has been in vitasdk for 4.5 years? 2020-08-20 00:09:53 -07:00
Vicki Pfau 8a3a2bf058 VFS: Change semantics of VFile.sync on mapped files (fixes #1730) 2020-08-19 18:34:02 -07:00
Vicki Pfau 2a2f208419 GBA Audio: Fix volume/mute in XQ audio (fixes #1864) 2020-08-19 15:50:32 -07:00
Vicki Pfau 106685c1cd GBA Audio: Fix stereo in XQ audio 2020-08-19 15:43:43 -07:00
Vicki Pfau 1932dc1fef Vita: Slightly safer perf-start 2020-08-18 23:43:57 -07:00
Vicki Pfau 64bdb02eeb Vita: Fix dependencies 2020-08-18 22:36:57 -07:00
Vicki Pfau 6599e2173c Vita: Add supporting framework for mgba-perf 2020-08-18 22:04:21 -07:00
Vicki Pfau 9c7548855e Vita: Port mgba-perf 2020-08-18 18:56:02 -07:00
Vicki Pfau 34b9055271 Vita: Fix memory leaking 2020-08-18 18:42:25 -07:00
Vicki Pfau e37167479e Vita: Remove disused variable 2020-08-18 18:42:10 -07:00
Vicki Pfau bbdbfaf34e Vita: Port socket shim 2020-08-18 18:41:51 -07:00
Vicki Pfau 209eed35ed mGUI: Add status indicators for fast-forward and mute 2020-08-17 20:17:59 -07:00
Vicki Pfau a263d4718f 3DS: Use an actual texture format 2020-08-17 20:17:59 -07:00
Vicki Pfau 5a1ec94b02 mGUI: Add mute (closes #1494) 2020-08-17 20:17:59 -07:00
Vicki Pfau 37ef9c6d83 GBA: Fix Sharkport size check 2020-08-17 20:17:59 -07:00
Vicki Pfau 8b7660c679 Wii: Generate tpls at compile time 2020-08-17 20:17:59 -07:00
Lothar Serra Mari 9cd2aacd2b Qt: Update German GUI translation 2020-08-17 20:21:35 +02:00
Lothar Serra Mari 3832250c88 Qt: Update localization files from sources 2020-08-17 19:09:30 +02:00
Vicki Pfau 15fcc90db3 Util: Dynamically grow hash tables as needed (fixes #1859) 2020-08-17 01:24:37 -07:00
Vicki Pfau a9e0935af8 Util: Ensure key sizes match before comparing 2020-08-17 01:10:02 -07:00
Vicki Pfau 343812e9e6 Core: Fix memory leak loading ELF files 2020-08-17 01:00:36 -07:00
Vicki Pfau f4522c3942 GBA Core: Fix memory leak when loading symbols 2020-08-17 00:57:47 -07:00
Vicki Pfau 5f68358e8b GB Core: Separate out dir and symbol table cleanup 2020-08-17 00:56:53 -07:00
Vicki Pfau b6a3133a13 Util: Table cleanup, add HashTableEnumerateBinary 2020-08-17 00:51:21 -07:00
Vicki Pfau ff1e5f2de8 Qt: Memory viewer now supports editing decimal values directly (closes #1705) 2020-08-16 21:06:48 -07:00
Vicki Pfau bf16c7b6bf GB MBC: Add Hitek and BBD mappers 2020-08-16 16:27:11 -07:00
Vicki Pfau 3b363bb2c1 GBA Hardware: Fix GB Player detection on big endian platforms 2020-08-15 21:19:05 -07:00
Vicki Pfau 48bab99ad5 Test: Use consistent timezone for tests 2020-08-15 16:25:42 -07:00
Vicki Pfau f00afe0758 GBA: Fix endianness issues in renderer proxy 2020-08-14 21:31:32 -07:00
Vicki Pfau e27ac1268a mVL: Endianness fixes 2020-08-14 21:03:19 -07:00
Vicki Pfau 026d71a1f5 Test: Fix big endian 2020-08-14 21:03:19 -07:00
Vicki Pfau 3e7ea27acb Test: Better frame counts 2020-08-14 21:02:18 -07:00
Vicki Pfau b074795094 Test: Fix normalized diff not getting written 2020-08-14 20:47:21 -07:00
Vicki Pfau a46901b909 Qt: Fix a handful of warnings 2020-08-14 18:32:19 -07:00
EmpyreusX 4a28264d0c
Some small fixes. (#1854)
* Two small fixes.

* Another fix

* Another fix.

* Yet another fix.

* Update mgba-zh_CN.ts

* Update mgba-zh_CN.ts

* Update mgba-zh_CN.ts

* Update mgba-zh_CN.ts
2020-08-13 14:24:41 -07:00
Vicki Pfau c3a31c8dc9 GBA BIOS: Fix user stack usage regression 2020-08-13 00:47:17 -07:00
Vicki Pfau 95f07c3131 Test: Fix rebaselining tests with too few frames 2020-08-12 22:56:38 -07:00
EmpyreusX 435ddd2ffc Qt: General fixes to Chinese translations 2020-08-12 20:58:31 -07:00
Vicki Pfau a26f654062 Windows: Fix build 2020-08-12 00:40:02 -07:00
Vicki Pfau 5c1249f350 GBA: Disable more checks when loading GS save with checks disabled (fixes #1851) 2020-08-12 00:34:55 -07:00
Vicki Pfau 26427cf437 VFS: Sync on unmap 2020-08-12 00:34:55 -07:00
Vicki Pfau 7cc0c6cc82 Test: Flush output stream on string flush 2020-08-12 00:34:55 -07:00
Adam Higerd daf2193894 Debugger: parse memory operations correctly 2020-08-10 22:19:54 -07:00
Adam Higerd 07667955f6 ARM: Expose ARMSelectBank API 2020-08-10 22:19:54 -07:00
Adam Higerd e68d3ed00f Stack traces: fix tracing of indirect jumps and interrupt handlers 2020-08-10 22:19:54 -07:00
Vicki Pfau 4f75c1441c GB Serialize: Fix audio channel 2 and 3 loading 2020-08-10 22:06:43 -07:00
Vicki Pfau f66c17533b GBA Serialize: Fix using the wrong storage for biosStall 2020-08-10 19:22:16 -07:00
Vicki Pfau 66cc5b1451 GBA SIO: Fix deseralizing SIO registers 2020-08-10 19:22:16 -07:00
Vicki Pfau 7652fe9f7a GB Audio: Fix serializing sweep time 2020-08-10 18:11:54 -07:00
Vicki Pfau 717ede4b94 GBA Audio: Fix deserializing SOUNDCNT_L 2020-08-10 18:09:08 -07:00
Vicki Pfau 3bedc8ec91 GB Audio: Fix initial sweep state 2020-08-10 18:07:39 -07:00
Vicki Pfau a1e43c91a1 GB Serialize: Fix some deserialization bugs 2020-08-10 17:24:50 -07:00
Vicki Pfau 549787227a Core: Add mTimingScheduleAbsolute 2020-08-10 15:57:38 -07:00
Vicki Pfau 6ab8193279 Core: Fix reported ROM size when a fixed buffer size is used 2020-08-10 00:09:51 -07:00
Vicki Pfau 5fd48c25dc mGUI: Fix crash when runner->running is null 2020-08-09 18:26:18 -07:00
Vicki Pfau 3b784485f8 mGUI: Show battery percentage 2020-08-09 17:56:26 -07:00
Vicki Pfau d746cb16d6 GBA Hardware: Add a little more RTC logging 2020-08-08 20:53:15 -07:00
Vicki Pfau 68800da019 GBA Hardware: Add a little RTC logging 2020-08-08 20:47:41 -07:00
Vicki Pfau c2893d641e GBA Video: Invalidate map cache when modifying BGCNT (fixes #1846) 2020-08-08 18:22:09 -07:00
Vicki Pfau defaeb0d80 mVL: Fix injecting accidentally draining non-injection buffer 2020-08-08 18:18:25 -07:00
Vicki Pfau e902a25394 3DS: Fix crash with libctru 2.0 when exiting 2020-08-08 04:33:57 -07:00
Vicki Pfau 214febf727 mGUI: Fix closing down a game if an exit is signalled 2020-08-08 04:06:14 -07:00
Vicki Pfau a87fe56ec6 3DS: Redo video sync to be more precise 2020-08-07 18:27:24 -07:00
Vicki Pfau 38613b5770 GBA BIOS: Make HLE BIOS calls interruptable (fixes #1711, fixes #1823) 2020-08-07 02:06:11 -07:00
Vicki Pfau c34e324674 Qt: Add dummy English translation file (fixes #1469) 2020-08-06 17:21:16 -07:00
Vicki Pfau ecf4106ea2 Test: Fix replaying baseline for non-GBA 2020-08-05 21:56:56 -07:00
Vicki Pfau 641154b810 VFS: Fix directory node listing on some filesystems 2020-08-05 21:56:38 -07:00