Commit graph

6642 commits

Author SHA1 Message Date
spicyjpeg
f00a6913af
OpenBIOS: Force embedded executable to be 32-byte aligned 2024-06-05 23:37:27 +02:00
spicyjpeg
e614c85cc1
OpenBIOS: Fix make clean (again) 2024-06-05 01:42:19 +02:00
spicyjpeg
1dae10995e
OpenBIOS: Fix CI build 2024-06-05 01:00:17 +02:00
spicyjpeg
f62814e5bc
OpenBIOS: Add splash screen option, update readme 2024-06-04 21:14:51 +02:00
spicyjpeg
de3a4cb27d
OpenBIOS: Add preliminary System 573 support 2024-06-04 19:53:56 +02:00
Nicolas Noble
9104229a30
Merge pull request #1656 from spicyjpeg/incbin-align-fix
OpenBIOS/nugget: fix section alignment for binary includes
2024-05-29 11:34:11 -07:00
spicyjpeg
df899791a4
Add --set-section-alignment to all objcopy commands 2024-05-29 19:51:04 +02:00
Nicolas Noble
110ffdb7c7
Merge pull request #1654 from aybe/spu-debugger-ux
SPU debugger improvements
2024-05-22 19:16:02 -07:00
Nicolas Noble
c24ce59572
Making all of this code local instead of global. 2024-05-22 18:12:28 -07:00
aybe
1e635d0dfd SPU debugger: fix std::ranges::any/all_of for macos 2024-05-19 21:45:52 +02:00
aybe
7d89fdc80c SPU debugger: extract SPU/XA sections 2024-05-19 21:45:08 +02:00
aybe
e848dd935b SPU debugger: extract DrawSectionChannels 2024-05-19 21:02:42 +02:00
aybe
3e4d64f082 SPU debugger: fix casts/formatting/names 2024-05-19 20:54:20 +02:00
aybe
225595097a SPU debugger: make DrawTableGeneral = 4 params 2024-05-19 20:05:51 +02:00
aybe
81880f65af SPU debugger: make HandleChannelSoloMute < 4 params 2024-05-19 19:55:51 +02:00
aybe
6ba21c64a9 SPU debugger: DRY GetChannel* 2024-05-19 19:55:23 +02:00
aybe
2d877f66ac SPU debugger: SPU_CHANNELS is already a reference 2024-05-19 19:34:50 +02:00
aybe
94f865560e SPU debugger: DRY channel count 2024-05-19 19:33:52 +02:00
aybe
2feeeb6b78 SPU debugger: run code cleanup 2024-05-19 19:26:47 +02:00
aybe
bb49d80966 SPU debugger: try address cyclomatic complexity checks (more) 2024-05-19 19:26:35 +02:00
aybe
2c75cb1b0e SPU debugger: try address cyclomatic complexity checks (more) 2024-05-19 15:52:40 +02:00
aybe
0c249f41a1 SPU debugger: try address cyclomatic complexity checks (more) 2024-05-19 15:38:01 +02:00
aybe
c9f7b3110b SPU debugger: try address cyclomatic complexity checks (more) 2024-05-19 15:24:19 +02:00
aybe
b195dd5e6a SPU debugger: try address cyclomatic complexity checks (more) 2024-05-19 15:16:29 +02:00
aybe
bd70f26561 SPU debugger: try address cyclomatic complexity checks (more) 2024-05-19 15:09:13 +02:00
aybe
90df2ce045 SPU debugger: try address cyclomatic complexity checks (more) 2024-05-19 14:39:43 +02:00
aybe
3b3c3d1e83 SPU debugger: try address cyclomatic complexity checks (test) 2024-05-19 14:23:51 +02:00
aybe
e3c92af227 SPU debugger: try fix std::ranges::for_each for macos-build-and-test 2024-05-19 14:01:23 +02:00
aybe
7872d2c925 SPU debugger: fix terrible UX, disable resize/reorder for inner tables
This is the simplest and most effective fix, anything else is just unreliable.
2024-05-18 20:01:09 +02:00
aybe
0cc5314e00 SPU debugger: remove tip because it doesn't look that great 2024-05-18 18:31:29 +02:00
aybe
496dbec559 SPU debugger: expand headers by default 2024-05-18 18:31:29 +02:00
aybe
5392874832 SPU debugger: remove older design 2024-05-18 18:31:29 +02:00
aybe
02ee838979 SPU debugger: re-implement SPU/XA sections as tables too 2024-05-18 18:31:29 +02:00
aybe
464b955892 SPU debugger: use nested tables to show all channels 2024-05-18 18:31:28 +02:00
aybe
87818efdd0 SPU debugger: add shift behavior for mute buttons 2024-05-17 09:43:09 +02:00
aybe
46e984f511 SPU debugger: cleanup tag stuff 2024-05-16 17:55:01 +02:00
aybe
9af95bee17 SPU debugger: cleanup plot label 2024-05-16 17:54:06 +02:00
aybe
2b8f7678d2 SPU debugger: cleanup info label 2024-05-16 17:52:44 +02:00
aybe
15f1f5ec5b SPU debugger: adjust plot width one more time 2024-05-16 17:47:29 +02:00
aybe
ae4615f60d SPU debugger: remove obsolete mute checkbox 2024-05-16 17:47:13 +02:00
aybe
9e37a2856d SPU debugger: add hint to tag input 2024-05-16 17:43:49 +02:00
aybe
c7df5074ae SPU debugger: account for radio button in plot 2024-05-16 17:39:55 +02:00
aybe
87aded9a26 SPU debugger: slightly enlarge tag input 2024-05-16 17:38:16 +02:00
aybe
ea8f6593db SPU debugger: move info button to the very end 2024-05-16 17:37:54 +02:00
aybe
110566b7d8 SPU debugger: add M/S buttons to channels 2024-05-16 15:56:03 +02:00
aybe
d635e3d27b SPU debugger: no need to show 'Ch' 24 times on screen 2024-05-16 09:18:02 +02:00
aybe
34391e2111 SPU debugger: add textboxes for tagging channels 2024-05-16 09:03:00 +02:00
aybe
e2b4f78b8a SPU debugger: use one variable for channel index 2024-05-16 08:59:25 +02:00
aybe
eaf8717c18 SPU debugger: render channels as 1 column 2024-05-16 08:54:30 +02:00
Nicolas Pixel Noble
db1b99a16e Revert "Revert "Updating readme links.""
This reverts commit 0d224b62e7.
2024-05-15 21:18:40 -07:00