Commit Graph

2475 Commits

Author SHA1 Message Date
wheremyfoodat
f8c3ddff9a Update Test_Build.yml 2025-07-23 14:59:10 +03:00
wheremyfoodat
ece809d368 Build hardware tests on CI (#791)
* Build tests on CI

* Update workflows

* Update Test_Build.yml

* Update Test_Build.yml

* Update Test_Build.yml

* Update Test_Build.yml
2025-07-23 14:18:02 +03:00
wheremyfoodat
89426db797 Tests: Cleanup (#790) 2025-07-23 13:54:07 +03:00
wheremyfoodat
95231514e2 Remove iconset files 2025-07-23 05:31:45 +03:00
wheremyfoodat
b286306648 Fix MacOS icon oopsie (#789) 2025-07-23 05:26:44 +03:00
wheremyfoodat
5beb9d8b17 MacOS: Make app icons round (#788) 2025-07-23 05:21:42 +03:00
wheremyfoodat
b8cbfcca89 GPU: Fix VertexShaderOutputMask in non-accelerated draws (#787) 2025-07-23 03:54:05 +03:00
wheremyfoodat
97b2557391 Enable audio by default on all frontends 2025-07-23 03:45:50 +03:00
wheremyfoodat
3c473a5fce Shader interpreter: Fix out-of-bounds float uniform edge cases (#786) 2025-07-23 02:55:27 +03:00
wheremyfoodat
74ee07bec9 Tests: Fix shader test compilation on MacOS (#784) 2025-07-23 02:21:33 +03:00
sylvieee-iot
1e7e41187d Very important work (#783) 2025-07-21 03:13:53 +03:00
wheremyfoodat
2ccb264a86 HLE DSP: Implement partial embedded buffer updates (#782) 2025-07-21 01:59:46 +03:00
wheremyfoodat
146dc92a0f Formatting fixes (#781)
* Formatting

* More formatting

* More formatting

* More formatting
2025-07-21 00:33:24 +03:00
wheremyfoodat
81f37e1699 Qt: Allow rebinding keyboard controls (#779)
* Initial input UI draft

Co-Authored-By: Paris Oplopoios <parisoplop@gmail.com>

* More keybinding work

Co-Authored-By: Paris Oplopoios <parisoplop@gmail.com>

* Nit

Co-Authored-By: Paris Oplopoios <parisoplop@gmail.com>

* More nits

Co-Authored-By: Paris Oplopoios <parisoplop@gmail.com>

---------

Co-authored-by: Paris Oplopoios <parisoplop@gmail.com>
2025-07-18 04:08:08 +03:00
wheremyfoodat
3cae1bd256 Merge pull request #778 from wheremyfoodat/dsp-debugger2
Add DSP debugger
2025-07-09 01:16:53 +03:00
wheremyfoodat
d126cf1ac6 Reduce global namespace bloat 2025-07-09 00:26:51 +03:00
wheremyfoodat
9ef7db63ef Update teakra 2025-07-08 23:59:28 +03:00
wheremyfoodat
518b279139 DSP debugger: Fix prpage 2025-07-08 23:39:12 +03:00
wheremyfoodat
69bbb13d5d Make HLE DSP load binaries too 2025-07-08 23:39:12 +03:00
wheremyfoodat
c872cfb507 Fix PC in disassembly 2025-07-08 23:39:12 +03:00
wheremyfoodat
415bf7b0a4 Initial DSP debugger work 2025-07-08 23:39:12 +03:00
wheremyfoodat
f4e6a082bb CPU Debugger: Fix branch disassembly 2025-07-08 02:40:38 +03:00
wheremyfoodat
8ba3b1ceca CECD: Stub GetChangeStateEventHandle (#776)
* CECD: Stub GetChangeStateEventHandle

* More CECD
2025-07-08 02:18:13 +03:00
wheremyfoodat
94d78edb49 Add missing override 2025-07-07 13:41:57 +03:00
wheremyfoodat
c0948f4235 Upgrade Lua service intercepts (#775)
Co-authored-by: Théo B. <16072534+LiquidFenrir@users.noreply.github.com>
2025-07-07 11:52:57 +03:00
wheremyfoodat
ce4750e375 Merge pull request #774 from wheremyfoodat/cpu-debugger
Qt: Initial CPU debugger implementation
2025-07-07 05:09:06 +03:00
wheremyfoodat
2909e671aa Make address input wider
Co-Authored-By: liuk707 <62625900+liuk7071@users.noreply.github.com>
2025-07-07 04:41:12 +03:00
wheremyfoodat
37f38509db More CPU debugger work
Co-Authored-By: liuk707 <62625900+liuk7071@users.noreply.github.com>
2025-07-07 04:32:17 +03:00
wheremyfoodat
9dc52577ea Qt: Initial CPU debugger widget implementation
Co-Authored-By: liuk707 <62625900+liuk7071@users.noreply.github.com>
2025-07-07 03:46:51 +03:00
wheremyfoodat
8e20bd6220 Long overdue clang-format pass on most of the project (#773) 2025-07-06 18:25:20 +03:00
wheremyfoodat
d1f4ae2911 Merge pull request #772 from wheremyfoodat/screen-layout
Better screen layout support
2025-07-06 04:07:22 +03:00
wheremyfoodat
9527acebe6 More formatting fixes 2025-07-06 03:49:02 +03:00
wheremyfoodat
4b90239ae7 Formatting fix 2025-07-06 03:04:40 +03:00
wheremyfoodat
cf321b1ed8 Better screen layout support 2025-07-06 02:41:44 +03:00
wheremyfoodat
1c0f65c740 Screen layouts: Add configurable screen sizes 2025-07-05 02:36:03 +03:00
wheremyfoodat
62748eef47 Initial screen layout implementation 2025-07-04 17:53:36 +03:00
wheremyfoodat
d06f600b3a Use multimap for indexing surfaces (#771)
* Use an std::map for faster texture cache lookup

* Surface cache: Use map instead of multimap, optimize `find` to perform tree scan

* Add comments
2025-07-04 14:23:08 +03:00
wheremyfoodat
80840b6c5e Merge pull request #769 from wheremyfoodat/lua-services
Add service call intercepts via Lua & thread debugger draft
2025-07-04 02:41:51 +03:00
wheremyfoodat
162e73bfd2 Clean up service intercepts 2025-07-04 02:11:23 +03:00
wheremyfoodat
9932e58bf0 Add thread debugger 2025-07-03 16:58:56 +03:00
wheremyfoodat
228068901b Add system call intercepts to Lua 2025-07-03 13:02:10 +03:00
wheremyfoodat
620e3699ec HID/IR: Cleanup and minor fixes (#768) 2025-07-03 03:47:06 +03:00
wheremyfoodat
2e148ae997 Merge pull request #767 from wheremyfoodat/cpp
Initial support for CirclePad Pro/New 3DS controls
2025-07-03 03:39:12 +03:00
wheremyfoodat
cee16d8cf2 Fix name formatting 2025-07-03 03:36:17 +03:00
wheremyfoodat
2a0661f968 IR: Proper error in SendIrnop 2025-07-03 02:56:25 +03:00
wheremyfoodat
dc7f8a48bd IR: Move to scheduler 2025-07-03 02:42:43 +03:00
wheremyfoodat
b2904f391f IR: Deglobalize receiveBuffer 2025-07-03 01:41:43 +03:00
wheremyfoodat
0ab8a6d956 More CirclePad Pro improvements 2025-07-03 01:33:47 +03:00
wheremyfoodat
935e088ca1 More CPP fixes 2025-07-02 21:56:12 +03:00
wheremyfoodat
a3f9ced3aa CPP fixes 2025-07-02 21:35:29 +03:00