Commit graph

3095 commits

Author SHA1 Message Date
Wally4000
fbc63d8a13 found_chunk not used without asserts. 2025-03-04 08:34:37 +11:00
Wally4000
93c9e8a796 Remove from release build 2025-03-04 08:34:04 +11:00
Wally4000
82182c839f Move Compile Options so all builds can see warnings 2025-03-03 17:10:39 +11:00
Wally4000
41fca62850 Tidy up a bunch of warnings 2025-03-03 08:47:05 +11:00
Wally4000
d549f031b1 Tidy up RomFileCache 2025-03-02 21:02:35 +11:00
Wally4000
01d9eba433 use unique_ptr for Singleton as it should be 2025-03-01 18:45:16 +11:00
Wally4000
29890bdf53 Remove Thread and tidy up BaseRenderer 2025-03-01 12:25:46 +11:00
Wally4000
0fba82429b Remove unused fileexists warning 2025-03-01 12:25:33 +11:00
Wally4000
9626dc4825 Remove Thread.cpp / .h 2025-03-01 12:25:22 +11:00
Wally4000
22bf2158da Framerate Limiter fixed 2025-03-01 12:23:38 +11:00
Wally4000
e748a9fe0c Print to console instead of assert for controller config error in SDL 2025-03-01 10:16:22 +11:00
Wally4000
806cac61ec Silence the wall of warnings for potentially unused values (Used during measuring of opcodes 2025-02-24 12:27:25 +11:00
wally4000
40fbd3c529 Move TextureCacheWEbDebug to SysPosix/HLEGraphics 2025-02-22 22:09:20 +11:00
wally4000
9fa686dfb4 Merge branch 'fix_DisplayListDebugger' 2025-02-22 22:00:35 +11:00
wally4000
aab193d6e3 Clean up format directive 2025-02-22 19:07:04 +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
z2442
02b2a28e9f Phat PSP memory correction 2025-02-20 19:40:25 -05:00
Wally4000
83458ba593
Merge pull request #90 from DaedalusX64/GLES31_PORT
Gles31 port
2025-02-20 14:27:59 +11:00
Wally4000
4e95646ee9 Remove Menu item in GL builds as active all the time. 2025-02-20 11:41:02 +11:00
Wally4000
bd46471e17 Fix Paths for Web Debug 2025-02-20 09:56:47 +11:00
z2442
36d1a3330c Fix for controller not found errer 2025-02-08 10:24:47 -05:00
z2442
fd2e177a0b Apply change from Gles to GL 2025-02-08 10:04:25 -05:00
z2442
a28e066e1b
Merge pull request #86 from DaedalusX64/Arm64_builder
Add basic arm64 runner
2025-02-08 09:53:26 -05:00
wally4000
8146a6ea32 Re-enable DisplayList Debugger, compiles again yay 2025-02-08 20:10:40 +11: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
Wally4000
dc7c5a5a1b
Merge pull request #85 from krazynez/master
Compiling fix for PPC64
2025-01-27 13:15:58 +11:00
z2442
4d8bfb561a Cleanup and add back in desktop GL support alongside GLES 2025-01-26 20:55:16 -05:00
wally4000
681090cae2 Add basic arm64 runner 2025-01-27 12:04:07 +11:00
z2442
cd270c3326 Textures working full GLES rendering! 2025-01-26 15:26:51 -05:00
wally4000
6fe3317e3b Start adding some fixes 2025-01-23 20:08:09 +11: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
Brennen Murphy
e9d3239ecb newline oddness 2025-01-12 07:58:29 -05:00
Brennen Murphy
530e4a5c2c revert to upstreams 2025-01-12 07:57:55 -05:00
Brennen Murphy
56803e5082 revert to upstreams 2025-01-12 07:57:10 -05:00
Brennen Murphy
a93d416634 Fix for compiling ppc64 2025-01-12 07:55:23 -05:00