YourWishes
d7223d7387
Add PSP/GameCube/Wii save-device availability checks
...
PSP checks memory-stick reachability via sceIoGetstat. GameCube gets two
devices (CARD_SLOTA/CARD_SLOTB), each mounted via CARD_Init/CARD_Mount and
checked for free space via CARD_GetDirectory/CARD_GetBlockCount. Wii picks
between three storage methods at compile time (DUSK_SAVE_WII_METHOD =
NAND/CARD/SD in wii.cmake, default NAND via ISFS) since real hardware
behavior for the default is unverified.
Also fixes two pre-existing bugs found while build/runtime-testing this
across PPSSPP and Dolphin: wrong libogc language macros in
systemGetLocaleDolphin, and a missing SYS_STDIO_Report(true) call that
silently swallowed all guest console output in Dolphin.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-08-14 16:20:28 -05:00
YourWishes
ca02ee0352
Add camera shake
2026-07-11 11:02:09 -05:00
YourWishes
fbaa54145e
Fixed dolphin rendering.
2026-07-10 20:15:26 -05:00
YourWishes
3bad03afb3
Item entity
2026-07-07 07:52:22 -05:00
YourWishes
55352805ee
Efficient loading of chunks now and PSP is slighty more optimized
2026-06-30 20:00:34 -05:00
YourWishes
454b8a91ba
Fixed dolphin ratioing
2026-06-25 22:21:12 -05:00
YourWishes
722fe2ccfb
Some label fixes
2026-06-25 19:56:14 -05:00
YourWishes
5be21a21d5
prog
2026-06-10 19:06:19 -05:00
YourWishes
9edb2aa0c1
Example scene working
2026-06-06 18:46:08 -05:00
YourWishes
9f3089742a
Fixed ISO builds.
2026-06-06 17:07:30 -05:00
YourWishes
8f78bba9e9
Restoring JerryScript a bit cleaner
2026-06-01 21:52:36 -05:00
YourWishes
03eb328d81
Allow dynamic trace on any platform that can support it.
2026-05-28 11:21:36 -05:00
YourWishes
7c4b8c307f
Fix flocking bug
2026-05-26 20:24:34 -05:00
YourWishes
510a94b42c
Remove Jerryscript further
2026-05-20 21:34:00 -05:00
YourWishes
2cea43dc70
Switch to ogc2
2026-05-07 17:21:52 -05:00
YourWishes
9d0cb8fb46
ISO build (partial)
2026-05-07 12:18:30 -05:00
YourWishes
bd248ee91c
Build script on PSP, Dolphin and Engine.
2026-04-28 21:34:09 -05:00
YourWishes
52ee627079
Merge branch 'jerryscript' into playertest
2026-04-28 14:02:53 -05:00
YourWishes
bd4200e707
Finished getting JerryScript on all the platforms.
2026-04-28 13:59:46 -05:00
YourWishes
73e7d6c7f3
Add epoch
2026-04-28 10:33:23 -05:00
YourWishes
a41b0e916b
prog
2026-04-28 08:04:01 -05:00
YourWishes
998601f722
Playertest: scene/script system refactor and Wii ABI fix
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-26 23:30:08 -05:00
YourWishes
1646dc2dbd
Fixed build
2026-04-20 15:43:18 -05:00
YourWishes
d19f8bbd30
Restored console, has a bug
2026-04-20 09:26:25 -05:00
YourWishes
4205899f5a
No idea why gamecube is crashing, disabling this for now
2026-04-18 21:57:57 -05:00
YourWishes
7dd3940770
Moved code to dolphin for network
2026-04-18 17:41:30 -05:00
YourWishes
acea610773
Disable curl on linux
2026-04-17 22:53:29 -05:00
YourWishes
8f2f1fd496
Added network info
2026-04-17 17:00:03 -05:00
YourWishes
e51cdc8992
PSP net code first pass
2026-04-15 15:50:43 -05:00
YourWishes
133685ea37
Linux HTTP implementation
2026-04-15 15:11:44 -05:00
YourWishes
1ee5ec7b43
Vita builds for the first time
2026-04-15 05:52:30 -05:00
YourWishes
c8abd374fe
STL Loader
2026-04-13 11:41:51 -05:00
YourWishes
d02673e04a
3D OBJ loading
2026-04-10 22:09:01 -05:00
YourWishes
f0117b8e6e
Renders on PSP but it's inconsistent
2026-04-10 20:59:38 -05:00
YourWishes
da1a5a3f1b
Asset refactor
2026-04-03 12:56:04 -05:00
YourWishes
85ff95296b
Fix Linux again
2026-03-29 15:19:15 -05:00
YourWishes
314a2de41a
Fixed text on PSP
2026-03-29 14:45:40 -05:00
YourWishes
f3adb3257b
Cleanup knulli
2026-03-28 11:00:18 -05:00
YourWishes
d5b0441e6f
Fixed GLES support (partially), PSP still not working
2026-03-28 10:51:50 -05:00
YourWishes
09c35f0aa6
Builds on knulli
2026-03-27 20:48:43 -05:00
YourWishes
a2113442cb
Builds on knulli
2026-03-27 15:59:26 -05:00
YourWishes
c277ae7aff
DOlphin shader prog
2026-03-22 18:14:56 -05:00
YourWishes
5ac21db997
Shaders adapted for Legacy GL
Build Dusk / run-tests (pull_request) Failing after 24s
Build Dusk / build-linux (pull_request) Failing after 18s
Build Dusk / build-psp (pull_request) Failing after 18s
Build Dusk / build-gamecube (pull_request) Failing after 15s
Build Dusk / build-wii (pull_request) Failing after 16s
2026-03-22 10:44:28 -05:00
YourWishes
66ebcb1608
shader prog
2026-03-17 17:05:39 -05:00
YourWishes
ff92a78dda
Shader first pass
2026-03-17 08:42:43 -05:00
YourWishes
1d7516982a
Fixed dolphin input
Build Dusk / run-tests (push) Failing after 15s
Build Dusk / build-linux (push) Failing after 15s
Build Dusk / build-psp (push) Failing after 15s
Build Dusk / build-gamecube (push) Failing after 17s
Build Dusk / build-wii (push) Failing after 14s
2026-03-11 08:11:49 -05:00
YourWishes
9a98348582
Renders on Dolphin also.
2026-03-10 15:07:50 -05:00
YourWishes
c5f5b025a6
Game no longer crashes on Dolphin
2026-03-09 08:05:26 -05:00
YourWishes
23eaffa3a7
Fix some dolphin stuff.
2026-03-08 19:55:48 -05:00
YourWishes
c161809248
Renders on PSP identically.
2026-03-08 19:51:00 -05:00