all repos — mgba @ 531cc1593bf2d7b84cc1fa4ef0bab9d0eaf2e1d6

mGBA Game Boy Advance Emulator

All: Minor text fixes
Vicki Pfau vi@endrift.com
Wed, 12 Jul 2017 10:46:03 -0700
commit

531cc1593bf2d7b84cc1fa4ef0bab9d0eaf2e1d6

parent

ea2ccdb1964a3abfe8f401530e847ea9d39297a6

1 files changed, 3 insertions(+), 4 deletions(-)

jump to
M CHANGESCHANGES

@@ -23,6 +23,7 @@ - Configuration of gamepad hats

- Video log recording for testing and bug reporting - Debugger: Segment/bank support - Debugger: Execution tracing + - Partial Python scripting support - Qt: German translation (by Lothar Serra Mari) - Qt: Spanish translation (by Kevin López) - Qt: Italian translation (by theheroGAC)

@@ -58,8 +59,6 @@ - LR35902: Fix pc overflowing current region off-by-one

- LR35902: Fix decoding LD r, $imm and 0-valued immediates (fixes mgba.io/i/735) - OpenGL: Fix some shaders causing offset graphics - GB Timer: Fix sub-M-cycle DIV reset timing and edge triggering - - Qt: Fix window icon being stretched - - Qt: Fix data directory path - Qt: Fix timing issues on high refresh rate monitors - Qt: Fix linking after some windows have been closed - Qt: Fix crash when changing audio settings after a game is closed

@@ -155,6 +154,7 @@ Features:

- Qt: Italian translation (by theheroGAC) - Qt: Updated German translation Bugfixes: + - Core: Fix rewinding getting out of sync (fixes mgba.io/i/791) - GB Audio: Fix incorrect channel 4 iteration - GB Audio: Fix zombie mode bit masking - GB Serialize: Fix timer serialization

@@ -170,7 +170,6 @@ - Qt: Fix controls not saving on non-SDL builds

- Qt: Fix translation initialization (fixes mgba.io/i/776) - Qt: Fix patch loading while a game is running - Qt: Fix shader selector on Ubuntu (fixes mgba.io/i/767) - - Core: Fix rewinding getting out of sync (fixes mgba.io/i/791) - Qt: Fix GL-less build - Qt: Fix Software renderer not handling alpha bits properly Misc:

@@ -179,7 +178,7 @@ - GBA Memory: Call crash callbacks regardless of if hard crash is enabled

- GBA Timer: Improve accuracy of timers - PSP2: Update toolchain to use vita.cmake - Qt: Add language selector - - Qt: Minor test fixes + - Qt: Minor text fixes - Qt: Move shader settings into main settings window - Qt: Dismiss game crashing/failing dialogs when a new game loads - Qt: Properly ship Qt translations