Commit Graph

6242 Commits

Author SHA1 Message Date
Vicki Pfau b1a484bb5a Qt: Actually bounds check memory block index 2020-11-04 18:29:50 -08:00
Vicki Pfau 9c321c30c2 ARM: Fix Addressing mode 1 shifter on rs == pc (fixes #1926) 2020-11-04 18:29:11 -08:00
Vicki Pfau 17f0edd786 CMake: Bump version number 2020-10-29 23:19:39 -07:00
Vicki Pfau 545a76f876 CHANGES: Update for 0.8.4 2020-10-29 18:25:25 -07:00
Vicki Pfau 5b7d0b1055 Wii: Fix ppc32 endianness regression 2020-10-28 20:13:11 -07:00
Vicki Pfau 711a60e110 Res: Update patrons for October 2020-10-28 19:01:35 -07:00
Vicki Pfau 395c3be246 Vita: Clear both buffers when loading a game 2020-10-26 23:56:06 -07:00
Vicki Pfau b4623c4b34 GBA Serialize: Ensure program counter is aligned when loading 2020-10-26 21:25:49 -07:00
Vicki Pfau 67cf9b78b3 ARM Decoder: Fix decoding pre-indexed writeback instructions (fixes #1915) 2020-10-24 15:47:30 -07:00
Vicki Pfau e017d93f3f GB, GBA Video: Copy disable flags when drawing scanlines in proxy when not blocking 2020-10-21 22:11:04 -07:00
Vicki Pfau 9b2e5a5541 GB Video: Initialize disable flags in proxy 2020-10-21 22:09:39 -07:00
Vicki Pfau 2e104b8553 GB Video: Fix drawing background when window is force-disabled by frontend 2020-10-21 22:09:38 -07:00
Vicki Pfau 4a4b6fd605 GB Video: Copy layer disable state across proxy 2020-10-21 22:09:18 -07:00
Vicki Pfau 002c59d79c mGUI: Fix cycling through config setting states with accept button 2020-10-14 23:59:07 -07:00
Vicki Pfau cece343806 Qt: Fix aliasing on background logo (closes #1886) 2020-10-14 23:58:49 -07:00
Vicki Pfau e7f76e635b Qt: Fix stride changing when toggling SGB borders (fixes #1898) 2020-10-14 23:53:35 -07:00
Vicki Pfau f13e06f38c GB Core: Add reload config option for SGB borders 2020-10-14 23:52:05 -07:00
Vicki Pfau d830e50557 GBA Video: Fix mode 4 transparency in OpenGL (fixes #1907) 2020-10-11 16:51:27 -07:00
Lothar Serra Mari c3d4f68dc5 Win32: Fix supressing start menu item creation 2020-10-11 16:39:20 -07:00
Vicki Pfau a7ab586639 GBA Video: Fix deferred blending when OBJWIN matches window (fixes #1905) 2020-10-05 00:25:33 -07:00
Vicki Pfau fc520d6e1e Qt: Fix drawing on macOS break when using OpenGL (fixes #1899) 2020-10-04 18:11:05 -07:00
Vicki Pfau f734c2f6c7 GBA Video: Do not affect OBJ pixel priority when writing OBJWIN (fixes #1890) 2020-10-04 01:12:59 -07:00
Vicki Pfau e0ef6a51de GBA Video: Improve speed of window texture generation on AMD 2020-10-04 01:12:25 -07:00
Bastien Orivel 80054994c3 Fix a race condition on `InputController::m_pendingEvents`
This member could be accessed at the same from different threads leading
to random (rare) crashes.

Fixes #1875
2020-09-27 01:07:24 -07:00
Vicki Pfau bfb6973849 Qt: Fix camera image being upside-down sometimes (fixes #829 again) 2020-09-10 23:44:05 -07:00
Vicki Pfau 0058ddd975 GBA Video: Fix rare regression blending semitransparent sprites (fixes #1876) 2020-09-07 01:23:28 -07:00
negativeExponent 72ed64c371 libretro: Fix cheevos memory map for GB games using external RAM 2020-09-07 01:22:08 -07:00
negativeExponent 2531dd736f Libretro: Add cheevos support for GB/GBC
Working implementation:
https://github.com/libretro/mgba/issues/182#issuecomment-617561652
2020-09-07 01:22:03 -07:00
RufoH 5bc55168af Libretro: Add Italian core options translation 2020-09-07 01:21:54 -07:00
Vicki Pfau 86fcd145eb Libretro: Build fixes for non-GB and coe cleanup 2020-09-07 01:21:44 -07:00
Vicki Pfau be03b7c85f Qt: Fix language code for Korean 2020-09-07 01:21:17 -07:00
Vicki Pfau 80ba6a6174 Qt: Add another static dependency on Windows 2020-08-26 03:41:46 -07:00
Vicki Pfau f7f8688e8d GB Audio: Fix deserializing while audio was disabled (fixes #1305) 2020-08-24 01:27:17 -07:00
Vicki Pfau 50d38dff62 GBA Video: Don't draw sprites using unmapped VRAM in GL renderer (fixes #1865) 2020-08-22 21:59:28 -07:00
Vicki Pfau a1dfd69c06 Qt: Fix Battle Chip view not displaying chips on some DPI settings 2020-08-21 22:18:32 -07:00
Vicki Pfau 59b48aaade GBA Audio: Fix volume/mute in XQ audio (fixes #1864) 2020-08-19 18:38:15 -07:00
Vicki Pfau e992a5cb6b GBA Audio: Fix stereo in XQ audio 2020-08-19 18:36:57 -07:00
Vicki Pfau 0000c396c0 Vita: Remove disused variable 2020-08-19 18:35:40 -07:00
Vicki Pfau ec0880e352 Vita: Fix memory leaking 2020-08-19 18:35:09 -07:00
Vicki Pfau 1d58985d25 GBA: Fix endianness issues in renderer proxy 2020-08-17 01:32:12 -07:00
Vicki Pfau 1ad033d925 Core: Fix memory leak loading ELF files 2020-08-17 01:31:17 -07:00
Vicki Pfau 4dcb28ea70 GBA Core: Fix memory leak when loading symbols 2020-08-17 01:31:00 -07:00
Vicki Pfau 0b35121360 GB Core: Separate out dir and symbol table cleanup 2020-08-17 01:30:39 -07:00
Vicki Pfau 9374463c64 GBA Hardware: Fix GB Player detection on big endian platforms 2020-08-17 01:30:17 -07:00
Vicki Pfau 55f1e2fd0e Util: ppc64 byteswap access fixes 2020-08-17 01:29:55 -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 83397d5618 mGUI: Fix crash when runner->running is null 2020-08-10 00:20:09 -07:00