Commit Graph

6251 Commits

Author SHA1 Message Date
Vicki Pfau 7003d81749 GBA BIOS: De-magic constant RegisterRamReset 2020-06-24 18:13:54 -07:00
Vicki Pfau bbf5a61933 GBA BIOS: Fix reloading video registers after reset (fixes #1808) 2020-06-24 18:09:07 -07:00
Vicki Pfau 354213515a Core: Fix warning in DISABLE_THREADING build 2020-06-24 02:18:08 -07:00
Vicki Pfau 879d6983d1 CMake: Fix cpack 2020-06-23 23:39:42 -07:00
Vicki Pfau a1daf63cdb Core: Fix mCoreIsCompatible on null vf 2020-06-23 23:21:26 -07:00
Vicki Pfau 27e7837fa1 GBA Memory: De-inline GBALoadBad 2020-06-23 23:21:26 -07:00
Vicki Pfau eaaebf6b2f CMake: Move test lists into test directory 2020-06-23 23:21:26 -07:00
Mathew Horner 0230e654a3
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:20:42 -07:00
Arves100 dd4619db61 GBA: Fix msvc compilation 2020-06-20 03:06:33 -07:00
Vicki Pfau aed783e1f7 Qt: Add per-page scrolling to memory view (fixes #1795) 2020-06-20 03:00:44 -07:00
Vicki Pfau 3f818f0735 Core: Warn when savedata fails to load from state 2020-06-18 01:31:52 -07:00
Vicki Pfau 2f29082401 GBA Savedata: Fix extracting save when not yet configured in-game 2020-06-18 01:26:54 -07:00
Vicki Pfau 8f1148498e GB Core: Fix extracting SRAM when none is present 2020-06-18 01:25:48 -07:00
Vicki Pfau ea8c788e9d DS: Fix up modern debugger bits 2020-06-17 22:48:02 -07:00
Vicki Pfau d1903276fa Merge branch 'master' into medusa 2020-06-17 22:35:44 -07:00
Vicki Pfau 393d4b4606 Merge branch 'master' (early part) into medusa 2020-06-17 22:32:17 -07:00
Vicki Pfau 5f46f126c1 Merge branch 'master' (early part) into medusa 2020-06-17 22:26:14 -07:00
Vicki Pfau 2116adeae9 Merge branch 'master' (early part) into medusa 2020-06-17 22:20:47 -07:00
Vicki Pfau 2279521482 Minor cleanup 2020-06-17 22:15:36 -07:00
Vicki Pfau c082610992 Merge branch 'master' (early part) into medusa 2020-06-17 22:13:35 -07:00
Vicki Pfau 91dd493f95 GB Memory: Fix OAM DMA from top 8 kB 2020-06-16 23:06:32 -07:00
Vicki Pfau 673f4aa149 GB: Partially fix timing for skipped BIOS 2020-06-16 22:25:43 -07:00
Vicki Pfau 1402593855 GB MBC: Fix MBC2 bit selection 2020-06-16 20:49:07 -07:00
Vicki Pfau c487b0cf43 GB MBC: Fix MBC1 RAM enable bit selection 2020-06-16 20:48:08 -07:00
Vicki Pfau 96f1838faa GB MBC: Fix MBC1 mode changing behavior 2020-06-16 20:48:08 -07:00
Vicki Pfau 11b8167708 CInema: Migrate to using ini manifests 2020-06-16 18:18:34 -07:00
Vicki Pfau f0b03d7c90 Revert "GBA Video: Add sprite cycle counting to GL (fixes #1635)"
This reverts commit 318a96bcb7.
2020-06-14 19:46:59 -07:00
Vicki Pfau a0bae17267 GBA Video: Fix sprite/backdrop blending regression 2020-06-14 19:16:33 -07:00
Vicki Pfau 318a96bcb7 GBA Video: Add sprite cycle counting to GL (fixes #1635) 2020-06-10 02:19:41 -07:00
Vicki Pfau 031049cd06 GBA Video: Simplify sprite cycle counting (fixes #1279) 2020-06-10 01:28:39 -07:00
Vicki Pfau d61d9ef6a6 ARM: Fix disassembling of several S-type instructions (fixes mgba.io/i/1778) 2020-06-09 01:23:11 -07:00
Vicki Pfau ff0b7af48b GBA: Add timing fudge factor for running a frame 2020-06-07 20:32:38 -07:00
Vicki Pfau b4a8df053f GBA: Break infinite loop for 0-frame mVLs (fixes #1723) 2020-06-07 18:35:00 -07:00
Vicki Pfau ee6bbaf61c Qt: Show a warning when save file can't be opened 2020-06-07 15:52:26 -07:00
Vicki Pfau 35be6c121b GB: Fix HALT bug 2020-06-06 17:57:26 -07:00
Vicki Pfau 1db01d652b Qt: Fix unmapping zipped ROM (fixes #1777) 2020-06-06 17:25:07 -07:00
Vicki Pfau 90e932e12c SM83: Emulate HALT bug 2020-06-05 20:29:31 -07:00
Vicki Pfau 3ef59bd2c4 3DS: Fix framelimiter on newer citro3d (fixes #1771) 2020-06-01 21:16:21 -07:00
Vicki Pfau 39c6bb2de6 3DS: Fix warning 2020-06-01 21:12:44 -07:00
Vicki Pfau 57ad735280 Qt: Fix static compilation in MinGW (fixes #1769) 2020-06-01 20:07:28 -07:00
Vicki Pfau 5e5627db54 3DS: Clean up legacy initialization (fixes #1768) 2020-05-30 19:27:23 -07:00
Vicki Pfau 42fdc758d7 GBA Serialize: Only flunk BIOS check if official BIOS was expected 2020-05-30 18:19:18 -07:00
Vicki Pfau 7f64f8cf3b Debugger: Keep track of global cycle count 2020-05-30 18:01:15 -07:00
Vicki Pfau d7ecdb5e4e GBA: Fix timing advancing too quickly in rare cases 2020-05-30 17:00:07 -07:00
Vicki Pfau 00aa6476c8 CMake: Fix rebuilding dkp ports 2020-05-28 21:51:54 -07:00
Vicki Pfau d243e93c15 3DS: Fix perf build 2020-05-28 21:24:53 -07:00
Vicki Pfau a0953f1764 GBA Video: Fix double-size OBJ wrapping in GL renderer (fixes #1712) 2020-05-27 15:20:05 -07:00
Vicki Pfau 11ccbca4ff GBA Video: Add missing parts of 256-color mode 0 mosaic (fixes #1701) 2020-05-25 15:07:54 -07:00
Vicki Pfau ff1033b801 ARM Debugger: Clear low bit on breakpoint addresses (fixes #1764) 2020-05-25 00:58:40 -07:00
Vicki Pfau dd6ba856ed GBA Video: Fix disabling OBJWIN in GL renderer (fixes #1759) 2020-05-24 13:54:31 -07:00
Vicki Pfau f78951b7dd GB IO: Add some register names 2020-05-24 13:41:09 -07:00
Vicki Pfau f9a42d87d1 ARM: Fix timing on Thumb shift instructions 2020-05-23 21:35:16 -07:00
Vicki Pfau 8ab757e1b3 GBA BIOS: Reset renderer when RegisterRamReset called (fixes #1756) 2020-05-18 18:28:32 -07:00
Vicki Pfau 503a7486e0 CMake: Always use devkitPro toolchain when applicable (fixes #1755) 2020-05-16 17:13:03 -07:00
Vicki Pfau 34c694c9a6 GBA Video: Fix mosaic objects drawing past the end (fixes #1702) 2020-05-13 23:31:44 -07:00
Vicki Pfau dbef26759c GB MBC: Support 4MB MBC30 ROMs (fixes #1713) 2020-05-13 20:11:10 -07:00
Vicki Pfau a405ec42b4 GB Video: Fix BGPS value after skipping BIOS (fixes #1717) 2020-05-13 20:00:30 -07:00
Vicki Pfau 7b34a0a63c GB Video: Fix up timing after skipping BIOS 2020-05-13 19:58:23 -07:00
Vicki Pfau 9ddf82bebc GB Video: Fix state after skipping BIOS (fixes #1715 and fixes #1716) 2020-05-13 01:56:46 -07:00
Vicki Pfau f33593537b GB: Fix GBC game registers after skipping BIOS 2020-05-13 01:41:02 -07:00
Vicki Pfau 46860b40e6 3DS: Fix build with ctrulib 1.7.0 2020-05-09 17:52:03 -07:00
Vicki Pfau 7fa93d1694 GBA: Add missing RTC overrides for Legendz games 2020-05-09 17:45:20 -07:00
EmpyreusX 6b0b9f820c
Update Simp. Chinese translation and entry IDs. (#1741)
* Updated translation and entry IDs.

* Update mgba-zh_CN.ts
2020-05-01 22:53:22 -07:00
Daniele Scasciafratte 05d4a6ca17
Memory Search: on return press in value field execute search (#1707)
* Memory Search on return execute search

* fix codestyle
2020-03-29 15:52:24 -07:00
Urgau fbdf749e41
Qt: Update French translations (#1703)
This commit update the French translations of the Qt platform.
2020-03-29 22:27:33 +02:00
Daniele Scasciafratte 83f649dc9c
Qt: Update Italian GUI translation 2020-03-29 22:25:39 +02:00
Lothar Serra Mari 439570f818 Win32: Fix copyright year of the Win32 installer 2020-03-29 22:12:59 +02:00
Vicki Pfau 8d194fa95b GB Video: Fix some cases where SGB border doesn't draw to mutli-buffers 2020-03-01 15:28:05 -08:00
Crestwave d9d299fb88 Core: Add portable.ini check for Haiku 2020-02-29 18:58:57 -08:00
Crestwave 3b0ff3ea56 Qt: Fix SDL 1.2 build 2020-02-29 18:58:57 -08:00
Crestwave 71995f77d5 Core: Add support for Haiku's config directory 2020-02-29 18:58:57 -08:00
Lothar Serra Mari cf45add3fb Qt: Add template for Dutch Qt GUI translation 2020-02-29 20:07:16 +01:00
Vicki Pfau a637ac256d Qt: Fix OpenGL 2.1 support (fixes #1678) 2020-02-28 18:27:13 -08:00
Vicki Pfau ad02a0e0f3 GBA: More warning fixes 2020-02-27 21:13:47 -08:00
Vicki Pfau 9849af532c All: Fix some warnings 2020-02-27 21:11:23 -08:00
Vicki Pfau 32a515ee7f GBA IO: Fix regression breaking keyCallbacks 2020-02-25 18:11:41 -08:00
Vicki Pfau 03d85b44d2 GBA Timers: Fix deserializing count-up timers 2020-02-25 18:03:07 -08:00
Vicki Pfau 77a67f8904 GBA SIO: Fix copying Normal mode transfer values 2020-02-24 20:10:11 -08:00
Vicki Pfau 85f663fccc GBA SIO: Fix double-unloading active driver 2020-02-24 20:10:11 -08:00
Vicki Pfau 12ae8ba949 Qt: Fix build on Qt < 5.10 2020-02-23 18:10:16 -08:00
Vicki Pfau 75fa9a80fa Qt: Fix build on Qt < 5.10 2020-02-23 18:08:00 -08:00
Vicki Pfau 210c7a91cd GBA e-Reader: Increase scanning stability more 2020-02-23 18:01:53 -08:00
Vicki Pfau b3f5e6b9ee GBA e-Reader: Bitmap scanning 2020-02-23 17:59:03 -08:00
Vicki Pfau 7091494583 GBA e-Reader: Batch scanning 2020-02-23 16:58:44 -08:00
Vicki Pfau 44175d9381 GBA e-Reader: Use LED duration register 2020-02-23 16:22:58 -08:00
Vicki Pfau 1cf4bbb52d Qt: Filter e-Reader card formats 2020-02-23 15:08:52 -08:00
Vicki Pfau 17fb14f393 GBA e-Reader: .bin scanning 2020-02-23 15:05:11 -08:00
Vicki Pfau e2bc15192f GBA e-Reader: Split out into separate file 2020-02-23 15:04:52 -08:00
Vicki Pfau ba49e9f1ce Qt: Set icon for Discord Rich Presence 2020-02-23 00:34:15 -08:00
Vicki Pfau b4cd441ef4 Qt: Defer texture updates until frame is drawn (fixes #1590) 2020-02-22 02:05:44 +00:00
Vicki Pfau addb7c6114 Qt: Fix memory leak in library 2020-02-21 00:58:34 -08:00
Vicki Pfau 20353fa195 VFS: Fix memory leak if attempt to open a 7z fails 2020-02-21 00:03:48 -08:00
Vicki Pfau 3bded6d039 GBA Hardware: Increase e-Reader scanning stability 2020-02-20 18:11:01 -08:00
Vicki Pfau 774a292384 GBA Hardware: Fix e-Reader crash on reset (fixes #1675) 2020-02-20 18:10:37 -08:00
Vicki Pfau 6055c4e8db GBA: Reject incorrectly sized BIOSes 2020-02-20 18:09:45 -08:00
Vicki Pfau 39e4a8a156 Qt: Disable Replace ROM option when no game loaded 2020-02-19 23:12:26 -08:00
Vicki Pfau 1cf03b435a GBA Hardware: Small e-Reader cleanup 2020-02-19 23:11:15 -08:00
Vicki Pfau edd60a85b5 GBA Hardware: e-Reader calibration initialization 2020-02-19 21:12:48 -08:00
Vicki Pfau e0ca7c69a2 GBA Hardware: First working e-Reader scanning 2020-02-19 20:21:47 -08:00
Vicki Pfau 32bed3a06f GBA Hardware: Scanning now fails successfully 2020-02-19 20:21:47 -08:00