UnknownShadow200
|
07026d593c
|
Refactor CopyTextureData to allow customising rows/pixelsPerRow
|
2025-07-11 19:24:26 +10:00 |
|
UnknownShadow200
|
3ca40dae17
|
Vita: Change DPAD to instead be for flying up/down and cycling hotbar slot
3DS: Use optimised twiddled index calculation
|
2025-07-10 23:28:01 +10:00 |
|
UnknownShadow200
|
2741a33a15
|
3DS: Try to use VRAM for textures when possible
|
2025-07-10 22:20:28 +10:00 |
|
UnknownShadow200
|
403e466ac2
|
Refactor Saturn makefile, fix PSP build
|
2025-07-10 20:12:33 +10:00 |
|
UnknownShadow200
|
221ee0303c
|
PSP: Fixup makefile
|
2025-07-10 07:20:21 +10:00 |
|
UnknownShadow200
|
cedd6ffae6
|
Refactor main loop to be less hardcoded for webclient
|
2025-07-09 20:06:58 +10:00 |
|
UnknownShadow200
|
85f1b4c5c5
|
Move MSDOS and webclient backend files out
|
2025-07-09 18:56:08 +10:00 |
|
UnknownShadow200
|
01c2e1c3fd
|
Refactor main loop somewhat
|
2025-07-09 07:53:59 +10:00 |
|
UnknownShadow200
|
23aee471e5
|
Vita: Change binds so that L is place and R is delete, remove back screen behaviour
|
2025-07-09 06:58:35 +10:00 |
|
UnknownShadow200
|
28a2a74a97
|
Saturn: Properly manage VRAM allocations for textures
|
2025-07-08 22:29:15 +10:00 |
|
UnknownShadow200
|
f22810fe54
|
Updates are now over SSL
|
2025-07-07 23:10:16 +10:00 |
|
UnknownShadow200
|
e2d09bdcf5
|
Merge pull request #1395 from ClassiCube/WinBearSSL
Switch Windows build to use BearSSL
|
2025-07-07 22:58:12 +10:00 |
|
UnknownShadow200
|
baae55f1eb
|
Fix crashing
|
2025-07-07 22:56:36 +10:00 |
|
UnknownShadow200
|
b23a91720e
|
Check dwErrorStatus, which breaks it
|
2025-07-07 22:47:35 +10:00 |
|
UnknownShadow200
|
f2bf473e08
|
WIP on loading crypt funcs dynamically
|
2025-07-07 22:30:28 +10:00 |
|
UnknownShadow200
|
c1b6d369b2
|
Merge branch 'master' into WinBearSSL
|
2025-07-07 22:19:33 +10:00 |
|
UnknownShadow200
|
e995e54168
|
Partially works
|
2025-07-07 21:49:52 +10:00 |
|
UnknownShadow200
|
51d0cd7779
|
Include BearSSL in MSVC project
|
2025-07-07 20:57:11 +10:00 |
|
UnknownShadow200
|
8b6c4b97e6
|
Windows: Fix OpenGL build not working with builtin 1.1 software renderer anymore
|
2025-07-06 21:34:59 +10:00 |
|
UnknownShadow200
|
d6120b3c83
|
Refactor game/launcher loops a bit
|
2025-07-06 19:38:34 +10:00 |
|
UnknownShadow200
|
ae2d73cf54
|
Consoles: Avoid checking and uploading unused portions of UI textures on some consoles
|
2025-07-06 09:39:59 +10:00 |
|
UnknownShadow200
|
e41c2b15fb
|
Dreamcast: Simplify GPU code
|
2025-07-05 23:47:24 +10:00 |
|
UnknownShadow200
|
863906766f
|
Dreamcast: Only allocate necessary VRAM rows for UI textures
Doesn't usually save that much, but does make UI textures a bit quicker to upload and also makes virtual keyboard texture ~24 kb less
|
2025-07-05 21:03:14 +10:00 |
|
UnknownShadow200
|
8dd99cb11c
|
WIP on non power of two texture upload support
|
2025-07-05 13:24:10 +10:00 |
|
UnknownShadow200
|
f23afac745
|
PS2: Fix onscreen keyboard not appearing
|
2025-07-04 23:19:18 +10:00 |
|
UnknownShadow200
|
1972cbe080
|
WIP moving Windows to BearSSL
|
2025-07-04 22:11:22 +10:00 |
|
UnknownShadow200
|
c225539ba7
|
Fix workflows whoops
|
2025-07-04 07:23:11 +10:00 |
|
UnknownShadow200
|
389fa08ebb
|
Avoid needing extra include directory for BearSSL
|
2025-07-04 07:09:06 +10:00 |
|
UnknownShadow200
|
73397d3714
|
Try to fix the Android build
|
2025-07-03 22:43:50 +10:00 |
|
UnknownShadow200
|
a7705d16e5
|
Android: Switch to BearSSL
|
2025-07-03 22:38:09 +10:00 |
|
UnknownShadow200
|
9b55b3a958
|
SoftGPU: Optimise for when fallback textures are used
|
2025-07-02 20:54:56 +10:00 |
|
UnknownShadow200
|
b1905750be
|
Backends asides from SoftGPU can declare their lack of fog support
|
2025-07-02 20:12:00 +10:00 |
|
UnknownShadow200
|
6dd9d26846
|
Move OpenGL 1.1 specific code into own backend file
|
2025-07-02 19:59:25 +10:00 |
|
UnknownShadow200
|
48bf31f86f
|
Wii/GC: Clear framebuffer initially to grey
|
2025-07-02 19:30:49 +10:00 |
|
UnknownShadow200
|
b0370d117c
|
GBA: Timing semi works now
|
2025-07-01 07:23:55 +10:00 |
|
UnknownShadow200
|
fa2a67fb3b
|
Merge pull request #1394 from shinovon/6
Symbian audio fixes
|
2025-06-30 21:28:46 +10:00 |
|
UnknownShadow200
|
c3e4d73341
|
Try again to fix macOS compiling
|
2025-06-30 21:18:44 +10:00 |
|
UnknownShadow200
|
3ca94e8a33
|
Attempt to fix macOS builds
|
2025-06-30 20:39:54 +10:00 |
|
UnknownShadow200
|
1de9fa76f9
|
macOS: Switch to BearSSL
|
2025-06-30 20:09:58 +10:00 |
|
UnknownShadow200
|
c0cf269159
|
iOS: Also use BearSSL
|
2025-06-30 18:58:36 +10:00 |
|
Shinovon
|
bae80d369f
|
Symbian: audio fixes
|
2025-06-30 09:15:49 +05:00 |
|
UnknownShadow200
|
74bb2a5fb3
|
GBA: Fix so it at least runs as a slideshow now
|
2025-06-29 20:36:29 +10:00 |
|
UnknownShadow200
|
6980a08090
|
Fix Visual Studio project and fix sounds not working properly on Symbian
|
2025-06-29 17:46:19 +10:00 |
|
UnknownShadow200
|
fa687e9e99
|
BearSSL: Use AES big backend when AES X86 NI isn't used
|
2025-06-29 14:39:39 +10:00 |
|
UnknownShadow200
|
c440ff84cc
|
Further console fixups
|
2025-06-29 13:55:33 +10:00 |
|
UnknownShadow200
|
62ef0198c5
|
Redo more console makefiles
|
2025-06-29 12:11:17 +10:00 |
|
UnknownShadow200
|
ffb3964b10
|
Fix 32x/GBA builds not compiling
|
2025-06-28 22:36:57 +10:00 |
|
UnknownShadow200
|
155d7b2e07
|
Hopefully fix builds finally this time
|
2025-06-28 22:17:22 +10:00 |
|
UnknownShadow200
|
5fb24f6653
|
Start tidying up backend files a bit
|
2025-06-28 21:59:45 +10:00 |
|
UnknownShadow200
|
08dabad8ca
|
Remove more unused code
|
2025-06-28 21:07:46 +10:00 |
|