Vicki Pfau
9374463c64
GBA Hardware: Fix GB Player detection on big endian platforms
2020-08-17 01:30:17 -07:00
Vicki Pfau
a0342db150
GBA: Disable more checks when loading GS save with checks disabled ( fixes #1851 )
2020-08-17 01:29:10 -07:00
Vicki Pfau
84f93c39b9
GB Audio: Fix deserializing audio channels 2 and 3
2020-08-10 22:13:28 -07:00
Vicki Pfau
c38ee0ff09
GBA Audio: Fix deserializing SOUNDCNT_L
2020-08-10 22:13:18 -07:00
Vicki Pfau
4880a1e041
GB Audio: Fix initial sweep state
2020-08-10 22:13:18 -07:00
Vicki Pfau
75865cab94
Core: Fix reported ROM size when a fixed buffer size is used
2020-08-10 00:14:16 -07:00
Vicki Pfau
da6a0254ab
GBA Video: Invalidate map cache when modifying BGCNT ( fixes #1846 )
2020-08-08 18:28:15 -07:00
Vicki Pfau
e54a01bcaf
mVL: Fix injecting accidentally draining non-injection buffer
2020-08-08 18:27:58 -07:00
Vicki Pfau
729c5fd73a
3DS: Fix crash with libctru 2.0 when exiting
2020-08-08 04:36:44 -07:00
Vicki Pfau
00321dd9de
mGUI: Fix closing down a game if an exit is signalled
2020-08-08 04:06:49 -07:00
Vicki Pfau
0aa35b8e12
3DS: Redo video sync to be more precise
2020-08-07 18:32:00 -07:00
Vicki Pfau
65e66feb59
Qt: Add dummy English translation file ( fixes #1469 )
2020-08-07 18:30:39 -07:00
Vicki Pfau
67f14eee9e
VFS: Fix directory node listing on some filesystems
2020-08-07 18:29:41 -07:00
Vicki Pfau
5d9aa0250a
CHANGES: Update for 0.8.3
2020-08-03 21:46:14 -07:00
Vicki Pfau
11035f5a77
GBA Memory: Fix instability on Wii when using AGBPrint
2020-08-03 15:57:15 -07:00
Vicki Pfau
48e2c099dc
Vita: Fix flickering when using frameskip ( fixes #1822 )
2020-08-02 15:42:52 -07:00
Vicki Pfau
6d40d174a8
Qt: Attempt to fix DisplayGL crash
2020-08-01 22:44:24 -07:00
Vicki Pfau
8fabac962e
3DS: Fix garbage on borders of scaled screens
2020-07-31 22:25:11 -07:00
Vicki Pfau
bca13ad00a
ARM: Fix decoder detection of branches with ALU and LDR instrctions
2020-07-31 22:22:33 -07:00
Vicki Pfau
eddee225fe
CMake: Add missing dllexports.h file to dev installation
2020-07-30 18:48:05 -07:00
Vicki Pfau
ff7cc9b9e1
Wii: Fix pixelated filtering on interframe blending ( fixes #1830 )
2020-07-28 01:01:59 -07:00
Vicki Pfau
297174ee2e
GBA Savedata: Fix potential corruption when loading a 1Mbit flash save
2020-07-27 00:38:35 -07:00
Vicki Pfau
508790445c
SM83: Fix flags on little endian PowerPC
2020-07-26 18:15:03 -07:00
Vicki Pfau
aa9a8d1430
GBA: Fix leak if attempting to load BIOS multiple times
2020-07-20 09:20:02 -07:00
Vicki Pfau
54ec0da2c5
GBA Video: Fix color of disabled screen
2020-07-14 01:09:19 -07:00
Vicki Pfau
55446851dd
GB Video: Always initialize palette
2020-07-14 01:08:57 -07:00
Vicki Pfau
189b697b89
ARM: Fix edge case with Thumb SBC flags ( fixes #1818 )
2020-07-12 14:26:45 -07:00
Vicki Pfau
27d08d4966
CMake: Fix build with libzip 1.7
2020-07-12 14:17:16 -07:00
Vicki Pfau
8e3be05593
All: Correct more format strings on Windows ( fixes #1817 )
2020-07-11 15:36:38 -07:00
Vicki Pfau
4b14c8d482
Qt: Add missing option for Wisdom Tree in overrides list
2020-07-07 19:17:00 -07:00
Vicki Pfau
42a1f95984
FFmpeg: Use range coder for FFV1 to reduce output size
2020-07-03 03:51:22 -07:00
Vicki Pfau
a8f003d81a
Util: Fix crash if PNG header fails to write
2020-06-28 16:41:59 -07:00
Vicki Pfau
98e13900ac
GBA Video: Fix invalid read in mode 4 mosaic
2020-06-28 15:52:08 -07:00
EddyHg80
28dfc81f0c
Fix Italian real time clock translation ( #1809 )
2020-06-26 01:26:22 -07:00
Vicki Pfau
9fd2b10215
ARM: Fix LDM^ {pc} differences ( fixes #1698 )
2020-06-26 01:21:48 -07:00
Vicki Pfau
f6cb2c4a0a
ARM: Fix LDM^ writeback to user-mode register
2020-06-26 01:21:17 -07:00
Vicki Pfau
8da1cdc63d
Qt: Fix file handle leak on opening an invalid ROM
2020-06-25 01:43:01 -07:00
Vicki Pfau
f6782850bd
GBA BIOS: Fix reloading video registers after reset ( fixes #1808 )
2020-06-24 18:15:40 -07:00
Mathew Horner
93f3d3ef38
Qt: Setting to show filename in title bar instead of ROM name. ( #1807 )
...
* All: Setting to display the file name of the currently loaded ROM instead of the game name in the title bar (closes mgba.io/i/1784)
* Utilize ConfigController getOption method and restructured to not use dynamically allocated memory for the temporary title
* Grab actual path name, use getOption to avoid having to modify the core, update CHANGES file, and moved core declaration to condense code.
* Change CHANGES text
* Qt: Simplify settings UI for PR
Co-authored-by: Vicki Pfau <vi@endrift.com>
2020-06-23 23:23:49 -07:00
Vicki Pfau
f6b8f9801c
All: Correct format strings for some numbers on Windows ( fixes #1794 )
2020-06-20 03:04:04 -07:00
Vicki Pfau
2bde27fd90
Qt: Add per-page scrolling to memory view ( fixes #1795 )
2020-06-20 03:03:45 -07:00
Vicki Pfau
83237c7e76
GBA Savedata: Fix extracting save when not yet configured in-game
2020-06-18 01:33:06 -07:00
Vicki Pfau
853cdf2880
GB Core: Fix extracting SRAM when none is present
2020-06-18 01:32:49 -07:00
Vicki Pfau
0234cb07b8
GB Memory: Fix OAM DMA from top 8 kB
2020-06-16 23:09:16 -07:00
Vicki Pfau
d2f84e625b
GB MBC: Fix MBC2 bit selection
2020-06-16 20:53:12 -07:00
Vicki Pfau
38d9a1c003
GB MBC: Fix MBC1 RAM enable bit selection
2020-06-16 20:51:58 -07:00
Vicki Pfau
ddefa07538
CHANGES: Update for 0.8.2
2020-06-14 19:50:34 -07:00
Vicki Pfau
7f975f56f7
Revert "GBA Video: Add sprite cycle counting to GL ( fixes #1635 )"
...
This reverts commit a87cde8e93
.
2020-06-14 19:45:09 -07:00
Vicki Pfau
98c2624be2
GBA Video: Fix sprite/backdrop blending regression
2020-06-14 19:17:20 -07:00
Vicki Pfau
fdbdcb850d
3DS: Fix framelimiter on newer citro3d ( fixes #1771 )
2020-06-14 18:47:54 -07:00