Commit graph

2771 commits

Author SHA1 Message Date
z2442
fd2e177a0b Apply change from Gles to GL 2025-02-08 10:04:25 -05:00
z2442
d6873d8c4d ifdef debug function for gles 2025-02-02 20:56:30 -05:00
z2442
d3f3cd99e3 Small fix for textures on GLES 2025-02-02 19:51:46 -05:00
z2442
9e7ff489d9 Fix for UI2GL - We can not go back and forth between gl and UI 2025-02-02 19:13:30 -05:00
z2442
fa47b15a31 Minor texture fix - missed a gl change
Shader optimzation
2025-01-31 21:43:53 -05:00
z2442
b2846d8435 Buffer optimzation 2025-01-31 21:15:01 -05:00
z2442
407841c0e4 Another typo fix Thanks Krazy 2025-01-28 18:38:15 -05:00
z2442
9ad92a59a3 Typo correction in ifdef 2025-01-28 18:19:42 -05:00
z2442
25517ce9b9 Rename GCC_OLD to GCC_LEGACY 2025-01-27 21:14:53 -05:00
z2442
2f6c899b23 More libformat fixes 2025-01-27 20:46:09 -05:00
z2442
08c2b77727 Missed a few 2025-01-27 20:25:18 -05:00
z2442
0ab6dba948 Enable checking for GCC older than 13 and if that is the case use lib format instead of GCC format. 2025-01-27 20:13:35 -05:00
z2442
3e28d6ec57 Enable Clamp Fix for GLES 2025-01-26 21:37:43 -05:00
z2442
4d8bfb561a Cleanup and add back in desktop GL support alongside GLES 2025-01-26 20:55:16 -05:00
z2442
cd270c3326 Textures working full GLES rendering! 2025-01-26 15:26:51 -05:00
z2442
e70c5950e6 Cmake GLES cleanup 2025-01-12 21:33:04 -05:00
z2442
dccbcd1adb Move Gles files in to their own folder. 2025-01-12 20:19:08 -05:00
z2442
8473b99bbe init GLES port 2025-01-12 13:37:06 -05:00
wally4000
8b0e8e551b Daedalus.prx shows for Release and Debug builds 2024-12-14 10:54:59 +11:00
Ben
32425dfbd6
Merge pull request #83 from DaedalusX64/pspHWfog
Adding hardware fog for the PSP.
2024-12-07 11:40:23 +11:00
wally4000
64c05f1258 Merge branch 'master' of https://github.com/daedalusx64/daedalus 2024-12-06 18:33:02 +11:00
wally4000
e8d41cf3df Only create folders if the file doesn't have an extension (Safe I think) 2024-12-06 18:26:08 +11:00
z2442
a9718b0620 Adding hardware fog for the PSP. 2024-12-05 17:10:46 -05:00
Wally4000
67ec7b2ca3 Add Translate Feature to SDL UI 2024-10-07 13:02:11 +02:00
Wally4000
2bd47919fa Move CoverArt out of main tree 2024-10-06 15:22:22 +02:00
Wally4000
327f4e4922 Add missing select.h file for alpine? 2024-10-06 15:18:01 +02:00
Wally4000
f029fc65ba Begin to use std::thread 2024-10-06 13:30:12 +02:00
Wally4000
78a2634e05 Don't show empty slots on loading states 2024-09-21 22:30:32 +02:00
Wally4000
6247437b73 Generate Folder if does not exist 2024-09-21 10:28:09 +02:00
Wally4000
eabc49a462 Make sure to commit with all profile options off 2024-09-06 22:19:06 +10:00
Wally4000
790faa3484 Add option to link GProf 2024-09-06 22:17:59 +10:00
Wally4000
04a72fbc5e Add Profiler control for Cmake 2024-09-04 13:35:07 +10:00
Francisco Javier Trujillo Mata
9f6ba1a1f9 Fix compilation without DAEDALUS_PSP_USE_ME 2024-09-03 23:44:29 +02:00
Francisco Javier Trujillo Mata
dcb3c7b977 Fix compilation without DAEDALUS_PSP_USE_ME 2024-09-03 23:24:31 +02:00
Francisco Javier Trujillo Mata
52c36a8c62 Update daedalus after latest gprof changes on the SDK 2024-09-03 10:25:07 +02:00
Wally4000
67cf97f33b Fix Windows build 2024-08-18 21:08:50 +10:00
z2442
3784886cd5 Audio plugin changes for SDL2
*Added SDL2 thread async
*fixed bug that prevented linux audio from working.
2024-08-17 10:26:11 -04:00
z2442
bb4cf852fb
Merge branch 'master' into Cleanup_Reset 2024-08-15 17:02:18 -04:00
wally4000
7000be3afb Remove -g flag from CMAKE_FXX_FLAGS_RELEASE 2024-08-09 19:17:00 +10:00
wally4000
052d6b17b1 Add function to get CRC 2024-08-09 19:16:28 +10:00
wally4000
2e9ed6cce2 Remove Dynamo reference from PauseOptions 2024-08-09 19:16:08 +10:00
wally4000
25786904f3 Don't use extern basedir anymore, create directories if needed 2024-08-09 19:14:46 +10:00
wally4000
6106446a60 Move Dynamo back to core. Performance goes all weird 2024-08-09 19:14:31 +10:00
wally4000
32d2b7f057 Enable O3 for CTR Build 2024-08-07 20:16:22 +10:00
wally4000
292d2218f6 Fix Savestates - CTR 2024-08-07 20:16:05 +10:00
wally4000
53bb512f16 Disable Language section for CTR (Crashes) 2024-08-07 12:58:59 +10:00
wally4000
9cea81d9e3 Re-enable CTR timing 2024-08-07 12:58:47 +10:00
wally4000
3ef43eaa48 Move Timing.cpp to System 2024-08-07 12:57:53 +10:00
wally4000
fbfaaf5f66 Only use Timing if not CTR (Might need to change this for all embedded platforms) 2024-08-07 12:57:13 +10:00
wally4000
af02433cc4 Fix Typo 2024-08-07 12:56:49 +10:00