Commit Graph

8617 Commits

Author SHA1 Message Date
Vicki Pfau 109fbe60f5 GBA Hardware: Fix loading states unconditionally overwriting GPIO memory 2024-12-11 16:24:51 -08:00
Vicki Pfau f4595f4578 CHANGES: Update for 0.10.4 2024-12-07 21:27:03 -08:00
Vicki Pfau 00d17c6f42 GBA BIOS: Fix reseting SWI mode SPSR in SoftReset 2024-12-07 18:00:23 -08:00
Adam Higerd 938ee55d42 Qt: honor control characters in ScriptingTextBuffer::print 2024-12-03 23:18:26 -08:00
Vicki Pfau 1eb130a28b GBA SIO: Allow externally-clocked NORMAL transfers (fixes #3360) 2024-12-03 23:04:45 -08:00
Vicki Pfau a9bddb92e3 GBA Unlicensed Carts: Detect "SPIDERMAN3" header too 2024-11-25 19:29:23 -08:00
Vicki Pfau f9851e6b75 GBA BIOS: Move SoftReset implementation to assembly
This improves the timing of the SoftReset implementation (though it's still way
faster than Nintendo's official implementation), which is important for some
multicarts.
2024-11-25 19:28:23 -08:00
Vicki Pfau 7ec56763f9 Qt: Fix installer updates if a version number is in the filename (fixes #3109) 2024-11-24 17:55:53 -08:00
Vicki Pfau a5e3e746b2 GBA Unlicensed Carts: Prevent multicarts from remapping after being locked 2024-11-23 19:46:44 -08:00
Vicki Pfau 822a2c8df5 GBA Unlicensed Carts: Improve bank swapping behavior 2024-11-23 03:23:45 -08:00
Vicki Pfau bdb0057fb3 GBA Serialize: Add support for Vast Fame state 2024-11-23 03:23:05 -08:00
Adam Higerd 122128eae5 Qt: load unpacked shaders, warn on shader load error 2024-11-22 23:42:09 -08:00
Adam Higerd a2e7e5b902 Qt: don't save shader choice until OK/Apply is clicked 2024-11-22 23:42:09 -08:00
Adam Higerd f930184efb Qt: save shader settings when OK/Apply clicked 2024-11-22 23:42:09 -08:00
CasualPokePlayer cca3267ef6 Serialize light counter to the correct bitfield
Resolves #3294
2024-11-20 15:53:22 -08:00
Vicki Pfau 2a0ed00d0d CMake: I'm tired of putting out fires 2024-11-18 00:55:55 -08:00
Vicki Pfau d9b43463d0 CMake: Set both -mmacosx-version-min and CMAKE_OSX_DEPLOYMENT_TARGET 2024-11-18 00:44:04 -08:00
Vicki Pfau dc263295dd GBA Memory: Add unlicensed cart write handling stub 2024-11-17 03:34:33 -08:00
Vicki Pfau 91cf829261 GBA Memory: Add initial support for N-in-1 style multicarts 2024-11-17 02:58:25 -08:00
Vicki Pfau d5fbd0ff1c GBA VFame: Refactor reordering code to be simpler 2024-11-17 02:27:28 -08:00
Vicki Pfau 3d493239d7 GBA Savedata: Update flash busy comment 2024-11-17 02:27:28 -08:00
Vicki Pfau cfd30b7a95 GBA Savedata: Fix erroneously setting the error bit 2024-11-08 21:38:25 -08:00
Vicki Pfau 4d6fb5b3c5 Scripting: Combine frame argument and return value stacks
These were never used a the same time, and it reduces malloc/free churn
2024-11-08 02:27:45 -08:00
Vicki Pfau 645d1cf344 GBA Savedata: Improve save write edge cases 2024-11-08 02:27:45 -08:00
Vicki Pfau f89184d51f GBA BIOS: Fix locked BIOS read on boot 2024-11-08 02:27:45 -08:00
Vicki Pfau 77e747ebf6 mGUI: Fix control remapping not reloading (fixes #3277) 2024-11-03 19:38:17 -08:00
Vicki Pfau 17b03b6f20 GBA Video: Fix potential shader compilation error 2024-11-03 18:03:18 -08:00
Adam Higerd b272968969 Qt: handle newlines in TextBuffer print() 2024-11-03 17:19:50 -08:00
yeah-its-gloria a114207828 Fix various macOS related problems
- Disable a duplicate libraries warning that isn't needed
- Quit using QApplication::quit instead of QWidget::close to prevent closing inside a dialog from crashing the application
- Allow Qt 6 builds to use std::filesystem if the proper macOS SDK version is present
- Stop looking for QtMultimedia plugins if Qt 6 is being used for macOS builds
2024-11-03 17:19:05 -08:00
Bo He ef5646bbe3 associate windows with the owning application 2024-11-03 01:22:43 -07:00
oltolm 26ea53b024 fix numpad shortcuts 2024-10-31 16:45:51 -07:00
Jan200101 377ddf5081 Qt: Recreate Window to release old surface and create a OpenGL one 2024-10-30 17:11:44 -07:00
Vicki Pfau 47e5cd2432 Qt: Fix "QFSFileEngine::open: No file name specified" warning 2024-10-29 22:56:39 -07:00
oltolm 65b14b4ad9 fix assignment of modifier keys 2024-10-29 22:48:41 -07:00
Vicki Pfau 279485fc3e Qt: Fix saving named states breaking when screenshot states disabled (fixes #3320) 2024-10-20 18:04:30 -07:00
Vicki Pfau 1c739e39e7 GBA DMA: Minor branch optimization 2024-10-18 05:08:14 -07:00
Vicki Pfau 4a5a25e90c GBA DMA: Cache cycle estimation on first DMA 2024-10-18 03:50:09 -07:00
Vicki Pfau afff68cfc0 Qt: Show a dummy shader settings tab if shaders aren't supported 2024-10-11 21:52:48 -07:00
Vicki Pfau 67c3c40989 Util: Shut Coverity up about a false positive 2024-10-09 00:26:10 -07:00
Vicki Pfau 4ef98c7ddf Core: Fix patch autoloading leaking the file handle 2024-10-08 04:39:53 -07:00
Vicki Pfau eaf45b9ab8 GB, GBA: Clean up some corner cases with ROM fd closing 2024-10-08 04:34:30 -07:00
Vicki Pfau 7e474db93a Qt: Fix some new SIO cleanup issues 2024-10-08 04:32:43 -07:00
Vicki Pfau 2ccfde0f33 Core: Add MD5 hashing for ROMs 2024-10-08 04:09:26 -07:00
Vicki Pfau 58510ca250 Util: Add MD5 implementation and consistency tests 2024-10-08 04:06:39 -07:00
Vicki Pfau 0e52f7054f Res: Add demo input display script 2024-10-06 03:20:49 -07:00
Vicki Pfau 7950279a09 Core: Split out semantics of rumble integrator init/reset (fixes #3309) 2024-10-04 22:20:21 -07:00
Vicki Pfau 5fb7c5e3ee Core: Add sanity check for mDirectorySetOpenSuffix 2024-10-04 17:17:59 -07:00
Vicki Pfau 541ed9606c Core: Check for null when autoloading/saving cheats 2024-10-04 17:13:43 -07:00
Vicki Pfau c71cd4a81b Qt: Improve --script help 2024-10-01 02:02:18 -07:00
Vicki Pfau bfc52cd2f0 All: Fix whitespace errors 2024-09-30 17:24:04 -07:00