Commit graph

7044 commits

Author SHA1 Message Date
UnknownShadow200
521cc79dd0 PS3: Add working github actions workflow 2024-03-30 22:55:28 +11:00
UnknownShadow200
a7488f2a0b PS1: WIP on texture support
PSP: Fix faces not being culled
2024-03-30 21:43:28 +11:00
UnknownShadow200
978aeaf925 Vita: Support touchscreen input in-game 2024-03-30 12:12:38 +11:00
UnknownShadow200
4f504f8a2e PSP: Add screenshot support 2024-03-30 11:52:25 +11:00
UnknownShadow200
cf50e71d12 GameCube/Wii: Support taking screenshots 2024-03-30 10:37:21 +11:00
UnknownShadow200
44e0774f6c
Merge pull request #1161 from headshot2017/wii-audio
GC/Wii fix music playback
2024-03-30 10:26:47 +11:00
UnknownShadow200
8c62223f90 3DS/GameCube/Wii: Increase max texture width/height for little bit faster world rendering 2024-03-30 09:51:57 +11:00
UnknownShadow200
174005d6bf PS1: 3D 'technically' works now 2024-03-29 23:35:53 +11:00
UnknownShadow200
06b8497e9f Fix held block being rendered slightly too far downwards in classic mode 2024-03-29 22:51:17 +11:00
UnknownShadow200
9e3f9f9e4a 3DS: Test screenshot code 2024-03-29 19:45:00 +11:00
headshot2017
b443562b7f GC/Wii: fix music 2024-03-29 04:19:45 -04:00
Headshotnoby
2ecea55887
Merge branch 'ClassiCube:master' into wii-audio 2024-03-29 04:19:47 -04:00
UnknownShadow200
1bc589b8e5 3DS: Fix never freeing textures, oops
Also redesign PNG encoding API to support a context parameter
2024-03-29 19:12:42 +11:00
UnknownShadow200
5f95ce2fea GC/Wii: Use better method of logging for Dolphin 2024-03-29 17:50:39 +11:00
Headshotnoby
1fd4285268
Merge branch 'ClassiCube:master' into wii-audio 2024-03-29 02:18:04 -04:00
UnknownShadow200
c8acd0ad33 iOS: Add support for older UIAlertView for displaying message boxes 2024-03-29 10:48:26 +11:00
UnknownShadow200
ff42b7d352 Use stopwatch time for measuring ping and launcher caret, change UTC time measurement to seconds instead of milliseconds 2024-03-28 19:03:30 +11:00
UnknownShadow200
5fb4887191 PS1: Use a little bit less memory 2024-03-28 17:39:10 +11:00
Headshotnoby
1cb87ee034
Merge branch 'ClassiCube:master' into wii-audio 2024-03-28 00:42:53 -04:00
UnknownShadow200
95a1efe5f1 PS1: Bit more works 2024-03-27 22:01:44 +11:00
UnknownShadow200
6bc90ea76d PS1: Something renders 2024-03-27 17:36:54 +11:00
UnknownShadow200
93d3d5d84f PS1: 3D clearing works I guess 2024-03-27 17:02:31 +11:00
UnknownShadow200
eff5ddabd2 Broken PS1 port 2024-03-27 16:31:01 +11:00
headshot2017
0676d409a4 Wii: set unused voice channel in Audio_SetFormat
if it's set in Audio_Init, all sounds will be on the same channel, causing cut-offs
2024-03-26 14:03:50 -04:00
headshot2017
38736b2a25 Wii: remove Audio_PlayData, make buf[0] available immediately if playing a wav file 2024-03-26 14:00:24 -04:00
headshot2017
1668a1ba2b Wii: some more fixes to audio backend/music 2024-03-26 13:54:16 -04:00
UnknownShadow200
8bfe004d71 Audio: AllocChunks should return error code, and fix GameCube/Wii backend to compile again after merging audio changes branch 2024-03-26 20:20:58 +11:00
UnknownShadow200
cb92c04cef
Merge pull request #1159 from ClassiCube/AudioRewrite2
Simplify audio code slightly
2024-03-26 19:46:32 +11:00
UnknownShadow200
25f6fddd2e Fix Android 2024-03-26 19:36:55 +11:00
UnknownShadow200
5c8e6db4e2
Merge pull request #1160 from headshot2017/wii-audio
GC/Wii audio backend
2024-03-26 18:20:23 +11:00
headshot2017
910ade826f add audio backend for GC/Wii 2024-03-26 02:53:43 -04:00
UnknownShadow200
bd7f646d6a Wii U: Now 3D blank screen works 2024-03-26 12:14:31 +11:00
UnknownShadow200
17f0e51a07 Fix windowws audio backend 2024-03-26 07:38:32 +11:00
UnknownShadow200
56177f94f5 Fix non-working common audio code oops 2024-03-25 20:51:16 +11:00
UnknownShadow200
b2fdf80be1 Try to simplify audio backend code a bit 2024-03-25 20:33:25 +11:00
UnknownShadow200
93f2ef9d46 DS: Fix options being wiped on load 2024-03-25 20:11:12 +11:00
UnknownShadow200
e22be93ab3 Refactor audio backends to allow explicitly setting volume 2024-03-25 19:46:27 +11:00
UnknownShadow200
e06f54e61b Makefile stores results in build folder instead, general tidyup 2024-03-25 18:02:14 +11:00
UnknownShadow200
d9e2ec9ad9 Less warnings compiling on MinGW 2024-03-25 07:31:12 +11:00
UnknownShadow200
b2941dd4b6 oops 2024-03-25 07:04:34 +11:00
UnknownShadow200
32c135ea5d DS: On screen keyboard triggers Enter key behaviour when RETURN button is pressed, also fix to properly initialise it with initial text 2024-03-24 21:52:47 +11:00
UnknownShadow200
28324ddd40 DS: Http downloads stuff, try to reduce UI clipping with the world 2024-03-24 21:10:15 +11:00
UnknownShadow200
0c2fc7f5c5 DS: Increase thresholds for timer overflow detection 2024-03-24 15:32:16 +11:00
UnknownShadow200
189b164be4 DS: Try to fix issues with water overlapping from outside of world, don't infinitely loop when connecting to WIFI 2024-03-24 10:57:46 +11:00
UnknownShadow200
9164d7c9c3 DS: Try to fix GUI and allow more VRAM for textures 2024-03-24 10:28:07 +11:00
UnknownShadow200
ed6864004b DS: Slightly optimise vertex submission code 2024-03-24 09:37:01 +11:00
UnknownShadow200
2326020f89 DS: Increase camera sensitivity, fix window not being restored properly after quitting game, fix keyboard not hiding debug console, allocate another 128 kb vram bank for textures 2024-03-24 08:59:27 +11:00
UnknownShadow200
02082d71fb DS: Fix texture coordinates not being repeated 2024-03-23 22:23:29 +11:00
UnknownShadow200
d9d63b86dd Fix last commit whoops 2024-03-23 21:18:42 +11:00
UnknownShadow200
d319f07192 DS: Fix touch input block tapping not behaving correctly 2024-03-23 20:43:44 +11:00