Commit Graph

7005 Commits

Author SHA1 Message Date
Adam Higerd d0edc7dc76 Stack trace: add tracing to ARM debugger 2020-07-27 21:23:34 -05:00
Adam Higerd fadd0391d6 Stack trace: implement data structures 2020-07-27 21:23:34 -05:00
Adam Higerd d156e48da2 ARM/SM83: Wrap register files in structs 2020-07-27 21:23:32 -05:00
JaKid20 588ca83855 Japanese translation by JaKid20 2020-07-27 02:52:56 -07:00
Vicki Pfau a637616ac2 GBA Savedata: Fix potential corruption when loading a 1Mbit flash save 2020-07-27 00:34:00 -07:00
Vicki Pfau 3210d5f272 ARM: Fix regression setting C flag in SBC (fixes #1827) 2020-07-26 23:18:26 -07:00
Vicki Pfau 89f9a0b8b1 SM83: Simplify register pair access on big endian 2020-07-26 18:12:20 -07:00
Vicki Pfau a786be5bdf SM83: Fix flags on little endian PowerPC 2020-07-26 17:54:40 -07:00
Vicki Pfau 3eb6a92265 Merge branch 'master' into medusa 2020-07-26 17:01:32 -07:00
Vicki Pfau c7035f6c34 FFmpeg: Add ZMBV specialization 2020-07-26 17:00:03 -07:00
Vicki Pfau 7ecdf94b6b Test: Load dummy save in CInema 2020-07-26 16:59:59 -07:00
Vicki Pfau f5ed6a6c81 FFmpeg: Fix decoder dimensions changing 2020-07-26 16:58:42 -07:00
Vicki Pfau 4fd170ac38 DS Video: Fix size of VRAM zeroes buffer and const correctness 2020-07-26 16:49:48 -07:00
Vicki Pfau b83fba5b3d Test: Move much of the logging to stdout 2020-07-26 01:36:51 -07:00
Vicki Pfau 481f0f0b0e Test: Fix writing diffs 2020-07-26 01:36:51 -07:00
Vicki Pfau faceb902c8 Test: Fix non-SGB video tests 2020-07-26 01:36:51 -07:00
Vicki Pfau db4f1ecb2d FFmpeg: Minor lossless encoding improvements 2020-07-26 01:36:51 -07:00
Vicki Pfau 1b755e17d0 Test: CInema supports videos now 2020-07-26 01:36:51 -07:00
Vicki Pfau 051fd94b70 FFmpeg: Get frame decoding working 2020-07-26 01:36:51 -07:00
Vicki Pfau 390ed6c83c FFmpeg: Decoder skeleton 2020-07-26 01:36:51 -07:00
Vicki Pfau 3795a64b77 Test: I added strlcpy for a reason 2020-07-26 01:33:07 -07:00
Vicki Pfau 79d2e95d02 GB: Fix OAM in GB mVL playback 2020-07-24 23:58:48 -07:00
Vicki Pfau e6fd4f5e7a Merge branch 'master' into medusa 2020-07-23 22:43:01 -07:00
Vicki Pfau d585370116 FFmpeg: Add WebP recording 2020-07-23 22:34:37 -07:00
Vicki Pfau cdcbedc65b FFmpeg: Backport and improve some API from medusa 2020-07-23 21:55:05 -07:00
Vicki Pfau 3f75078174 Util: Factor out gcd code 2020-07-23 21:42:35 -07:00
Vicki Pfau 614857520f DS: Return false if null save load attempted 2020-07-22 22:21:04 -07:00
Vicki Pfau 1d377450cb DS: Properly close save file on close 2020-07-22 22:21:04 -07:00
Vicki Pfau b3c831a3aa DS GX: Mask off invalid bits of the palette base 2020-07-22 12:14:14 -07:00
Vicki Pfau 8d8f314864 Merge branch 'master' into medusa 2020-07-22 00:21:09 -07:00
Vicki Pfau 9eb0c374b3 Util: Disable mmap allocator when running under address sanitizer 2020-07-22 00:19:51 -07:00
Vicki Pfau d139a047f1 DS Video: Properly deinitialize 2020-07-22 00:19:43 -07:00
Vicki Pfau 92c1087adf DS: Fix freeing memory for partial BIOS on load failure 2020-07-21 19:18:01 -07:00
Vicki Pfau 0902dbdd39 Test: Fix crash if directory doesn't resolve 2020-07-21 01:10:16 -07:00
Vicki Pfau 1c0aa6c358 Test: Fix crash if directory doesn't resolve 2020-07-21 01:09:48 -07:00
Vicki Pfau 14e8b12307 DS Video: Basic preparatory work for porting scanline caching 2020-07-21 00:04:14 -07:00
Vicki Pfau 39203a0daf GBA: Fix leak if attempting to load BIOS multiple times 2020-07-20 09:19:46 -07:00
Vicki Pfau 3ccffdc29e DS Core: Don't attempt to reload BIOS and firmware if already loaded 2020-07-20 09:13:37 -07:00
Vicki Pfau 39df2d1a5c DS: Fix leaking BIOS and firmware filehandles 2020-07-20 09:06:30 -07:00
Vicki Pfau 0b0739f567 DS GX: Properly reject invalid commands 2020-07-20 09:06:30 -07:00
Leo 8c81fc44a0 Vita: Fix flickering when using frameskip 2020-07-20 12:53:17 +08:00
Vicki Pfau 2b4a4b5ab6 DS: Fix memory leak in DSReset 2020-07-19 19:56:59 -07:00
Vicki Pfau b55c041ec1 DS GX: Initialize variable 2020-07-19 19:56:59 -07:00
Vicki Pfau 0da019dcc3 DS GX: Reject and log polygons that clip to more than 10 vertices 2020-07-19 15:37:17 -07:00
Vicki Pfau 69e289995b Revert "DS GX: Fix incorrect W values"
This reverts commit 91ab6b29f3.
2020-07-18 16:12:12 -07:00
Vicki Pfau 5b319cfd91 GBA: Reshuffle Wii U VC opcode log 2020-07-18 15:28:33 -07:00
Vicki Pfau a8272480c1 GBA Timer: Remove questionably accurate timer prefetch skew 2020-07-18 14:27:03 -07:00
Vicki Pfau 7025fbf84a GBA Timer: Minor cleanup 2020-07-18 14:27:03 -07:00
Vicki Pfau d2ff393aa0 Merge branch 'master' into medusa 2020-07-18 00:33:21 -07:00
Vicki Pfau 78524ee078 GB: Export GBInputInfo 2020-07-18 00:32:18 -07:00