Vicki Pfau
|
94fc963c89
|
CMake: Fix PGO on non-GNU platforms
|
2020-09-09 23:05:11 -07:00 |
Kevin
|
11f105eec7
|
support variant symfile format with function sizes
|
2020-09-07 22:43:59 -07:00 |
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
|
756c6e18ab
|
AppVeyor: Attempt cleanup if the cache goes awry
|
2020-09-05 16:13:04 -07:00 |
Vicki Pfau
|
c2ee50288b
|
GBA I/O: Green swap register should be readable
|
2020-09-05 15:53:31 -07:00 |
Lothar Serra Mari
|
ca5e11533c
|
Doc: Update German README file
|
2020-09-04 10:48:17 +02: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
|
1d186dd9ea
|
Util: Use __builtin_bswap on PPC big-endian platforms that support it
|
2020-08-29 16:15:39 -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
|
b57f08333e
|
CMake: Add perf to the list of all Vita components
|
2020-08-18 22:41:31 -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 |