Commit graph

883 commits

Author SHA1 Message Date
wally4000
2bcd30b10f Revert changes on renderer. 2025-03-16 18:57:22 +11:00
wally4000
bd3b69ff8e Move Math -> PSPMath 2025-03-15 20:24:05 +11:00
wally4000
bef1427395 Small code cleanup 2025-03-15 20:23:31 +11:00
wally4000
142221f02e Now works on the PSP. 2025-03-14 15:54:25 +11:00
wally4000
f0239755e6 Remove unused Matrix4x4 functions 2025-03-14 11:14:58 +11:00
Wally4000
72532b844b Works on GL but not on PSP yet. 2025-03-14 11:07:33 +11:00
wally4000
2480f5eac7 Replace Vector2 and remove the vector header files 2025-03-13 16:14:20 +11:00
Ben Slater
17a5f1be06 Replace Vector3 and Vector 4 with GLM
Please enter the commit message for your changes. Lines starting
2025-03-13 13:07:44 +11:00
wally4000
b6d53998f6 Fix Paths 2025-02-22 16:52:55 +11:00
wally4000
13b895ea48 Fix DisplayList Debugger (Doh!) 2025-02-22 10:33:37 +11:00
wally4000
efd219a4ac Remove TextureCacheWebDebug for non posix targets. More path stuff 2025-02-21 21:09:29 +11:00
wally4000
8b0e8e551b Daedalus.prx shows for Release and Debug builds 2024-12-14 10:54:59 +11:00
z2442
a9718b0620 Adding hardware fog for the PSP. 2024-12-05 17:10:46 -05:00
Wally4000
f029fc65ba Begin to use std::thread 2024-10-06 13:30:12 +02:00
Wally4000
04a72fbc5e Add Profiler control for Cmake 2024-09-04 13:35:07 +10:00
Francisco Javier Trujillo Mata
52c36a8c62 Update daedalus after latest gprof changes on the SDK 2024-09-03 10:25:07 +02:00
z2442
bb4cf852fb
Merge branch 'master' into Cleanup_Reset 2024-08-15 17:02:18 -04:00
wally4000
fd22ce09e0 Shuffle some files around 2024-08-05 21:15:57 +10:00
wally4000
4e6d4f6c51 Move all Input to the Input Folder 2024-08-05 06:54:56 +10:00
wally4000
d0f9fd7c8e Move all Plugins to HLEAudio/Plugin 2024-08-03 09:57:12 +10:00
wally4000
1b613bb9b8 Posix timing is just STL now, move to base. 2024-08-03 09:47:38 +10:00
wally4000
057d301b11 Remove BaseDir extern and replace with setBasePath function 2024-08-02 15:15:58 +10:00
wally4000
db1bc859d7 DrawText doesn't need to be loaded here. 2024-08-02 12:36:16 +10:00
wally4000
20edc0436f Fix EDRam and Silent switch in CMake 2024-07-28 20:22:39 +10:00
wally4000
c065ed98f9 Don't use a reference for strings otherwise garbage printed :) 2024-07-22 16:26:35 +10:00
wally4000
c823be5688 and this.. 2024-07-22 13:54:34 +10:00
wally4000
9df03a122f Allow easy switching between intrafont and SDL2_TTF on the PSP 2024-07-21 13:37:15 +10:00
wally4000
bc74877fd6 Tidy up UI more 2024-07-21 11:51:02 +10:00
wally4000
d95c41d526 Name PSP Graphics Context Libraries appropriately. 2024-07-16 13:14:57 +10:00
wally4000
fda2ce6155 Use std::string a bit more (Will make sense later) 2024-07-16 13:13:20 +10:00
wally4000
a02e85073e Move a lot of fopen to std::fstreams 2024-07-11 20:10:49 +10:00
wally4000
77b4f443f5 Add Framerate Analysis and audio Debugging to CMake 2024-07-08 11:43:57 +10:00
Wally4000
41b8c8c521 Update debug and for PSP put prx / raw binary in DaedalusX64 Directory DEBUG 2024-07-04 20:16:24 +10:00
wally4000
345be9e963 Windows slashes yay 2024-07-01 11:33:35 +10:00
wally4000
9310ae0788 add cstring in appropriate files 2024-07-01 10:48:50 +10:00
wally4000
9476068375 Fix Background in SaveState selector 2024-06-25 12:02:56 +10:00
wally4000
36f3e0c0c2 Remove more IO suff 2024-06-21 19:51:57 +10:00
wally4000
6b9fc4f899 Things will be broken here but more IO:: Removal 2024-06-20 16:18:03 +10:00
wally4000
5be11beeb3 Std::filesystem by reference and start to enable Translate for all 2024-06-20 10:07:25 +10:00
Wally4000
3c594851bb more io 2024-06-18 20:21:29 +10:00
wally4000
c8b43189a0 more IO isolation 2024-06-18 14:59:35 +10:00
wally4000
4cbf70a925 Replace a bunch more IO:: namespace stuff 2024-06-18 10:53:45 +10:00
wally4000
68233ee492 Fix more path stuff 2024-06-17 20:05:10 +10:00
wally4000
4bcc5af9b9 Move MathUtil.h to Utility 2024-06-17 16:29:28 +10:00
wally4000
677f53c592 Modernise DAEDALUS_USE and replace ARRAY_SIZE VARIABLE 2024-06-17 13:45:41 +10:00
wally4000
e8da61d850 Fix Dialogs and make DAEDALUS_SDL Switch for PSP 2024-05-28 11:17:04 +10:00
Howard Su
b903b064aa Move UIContext to Graphics 2023-12-11 21:04:13 +08:00
Howard Su
6f4bd8824f Fix 3ds build 2023-12-11 20:32:29 +08:00
Howard Su
62a5ac5c56 Fix PSP build 2023-12-07 00:50:05 +08:00
Howard Su
f1ebb4629a
Fix PSP build 2023-12-07 00:45:24 +08:00