Commit graph

6975 commits

Author SHA1 Message Date
UnknownShadow200
4de0747168 PSP: Try to fix launcher not rendering
Dreamcast: Try to workaround when BIOS RTC time hasn't been configured
2024-02-05 17:51:59 +11:00
Goodlyay
653c6497ae
Update readme.md 2024-02-02 20:47:46 -08:00
UnknownShadow200
a2710e044a 3DS: Move setting render screen out of Launcher code 2024-02-03 14:45:44 +11:00
UnknownShadow200
61e901ec10 Try to simplify launcher framebuffer drawing, hopefully doesn't break 2024-02-03 14:20:41 +11:00
UnknownShadow200
2955330e49 Simplify launcher title drawing 2024-02-03 13:49:42 +11:00
UnknownShadow200
d65fad3836 Use CC_BUILD_DUALSCREEN define instead, and fix PSP build to work with latest master commit 2024-02-03 13:15:44 +11:00
UnknownShadow200
164958df36
Merge pull request #1136 from camthehaxman/3ds-dualscreen
Dual screen mode for 3DS
2024-02-03 12:57:14 +11:00
UnknownShadow200
510b34317d 3DS: Try to defer deleting buffers to avoid issues 2024-02-03 09:13:03 +11:00
UnknownShadow200
3583aa29bc Dreamcast: Try to fix freeze/crash after leaving in-game and then trying to go in-game again 2024-02-02 21:37:53 +11:00
UnknownShadow200
6921c9516d Vita: Try to fix problems with deleting unreferenced buffers causing crashes 2024-02-02 19:21:04 +11:00
UnknownShadow200
9e0c9ba942 Fix some skins couldn't be downloaded from dropbox (fixes #1143), fix root directory not being created on Vita port 2024-02-02 18:25:08 +11:00
UnknownShadow200
e5eafc25a0 Nintendo 64 github actions build 2024-02-01 23:38:41 +11:00
UnknownShadow200
003542eef7 PS2 build on github actions 2024-02-01 20:22:16 +11:00
UnknownShadow200
fff5887126 Dreamcast: Try to simplify some things, doesn't fix issues though 2024-01-27 23:01:21 +11:00
camthehaxman
8cd740f054 remove 3DS exit button combo that I used for debugging 2024-01-26 19:51:13 -06:00
UnknownShadow200
b8a7305bb1 Dreamcast: Reduce error spam and fix some long error messages being cutoff 2024-01-26 18:49:58 +11:00
UnknownShadow200
57bba753f6 Dreamcast: Not really working audio and modem support 2024-01-26 15:15:39 +11:00
camthehaxman
cdab26b0a5 enable double buffering on top screen to fix tearing 2024-01-24 17:23:08 -06:00
camthehaxman
c27c0bd639 vertically center the title on 3DS 2024-01-24 16:37:57 -06:00
camthehaxman
a05ac59cc5 add an ugly brown background to the touch screen 2024-01-24 16:24:58 -06:00
camthehaxman
18adec0295 put launcher titles on 3DS bottom screen 2024-01-24 15:10:27 -06:00
UnknownShadow200
9c3158e258
Merge pull request #1138 from camthehaxman/x11-flicker-fix
fix annoying flicker when resizing window on X11
2024-01-25 07:10:26 +11:00
camthehaxman
f0f7da8a16 clarify comment about screen width 2024-01-24 11:51:30 -06:00
camthehaxman
77e9ac6320 put chat buttons on bottom screen 2024-01-24 11:28:53 -06:00
camthehaxman
5b8a8bc091 fix positioning of highlighted buttons 2024-01-24 11:28:27 -06:00
camthehaxman
c1adccb0aa simplify 3DS touch handling and make it behave more like the Android port 2024-01-24 10:50:27 -06:00
camthehaxman
e66e99c048 don't emulate a mouse click with the 3DS touch. doing so causes unintentional block removal when touch screen buttons are clicked 2024-01-24 10:04:24 -06:00
camthehaxman
0932dfc6f8 fix annoying flicker when resizing window on X11 2024-01-24 09:26:28 -06:00
UnknownShadow200
959f00cc46 Dreamcast: Fix couldn't sign in due to SSL certificate valid period time validation failing, fix couldn't connect to servers on real hardware 2024-01-23 23:09:46 +11:00
UnknownShadow200
1814fdc286 Dreamcast: Fix can't sign in due to SSL support not actually being enabled 2024-01-23 11:47:36 +11:00
camthehaxman
4e53ea0ab5 put Tablist on top screen 2024-01-22 16:41:40 -06:00
camthehaxman
b6f1c6728e Merge branch 'master' into 3ds-dualscreen 2024-01-22 15:30:01 -06:00
UnknownShadow200
4ac860ad34
Merge pull request #1135 from camthehaxman/3ds-audio
fix audio on 3DS
2024-01-23 07:08:13 +11:00
camthehaxman
65217e4529 Merge branch 'master' into 3ds-audio 2024-01-22 10:48:34 -06:00
UnknownShadow200
eedea7446d Only load top parts of gui.png and icons.png into GPU textures 2024-01-22 19:55:43 +11:00
UnknownShadow200
cc35e79766 N64: Change controls, default to flatgrass, add more blocks in default textures
Also switch to dynamically allocating memory for vorbis decoder when converting .ogg sounds to .wav
2024-01-21 18:41:13 +11:00
UnknownShadow200
3dd9b32f22 N64: Change movement keys to c buttons, change mipmaps grahics option to filtering option 2024-01-20 22:23:16 +11:00
camthehaxman
aaeac485a4 make screens go on 3DS bottom screen by default 2024-01-19 21:44:28 -06:00
UnknownShadow200
12c952a02a Rename WindowInfo to Window_Main 2024-01-20 11:57:23 +11:00
camthehaxman
96c098bd43 fix layout of some more menus, and put crosshair back on top screen 2024-01-19 16:32:58 -06:00
UnknownShadow200
0efa11390e Redesign audio chunk allocation for music 2024-01-20 08:52:56 +11:00
camthehaxman
d46428592b initial dual-screen support for 3DS 2024-01-19 15:52:39 -06:00
camthehaxman
f9550ff6a3 don't error if LightEvent_WaitTimeout times out 2024-01-19 08:42:34 -06:00
camthehaxman
c2f2f9570a Merge branch 'master' into 3ds-audio 2024-01-19 08:19:24 -06:00
UnknownShadow200
81b56f76ce Move Display_ScaleX/Y to Window.h and ignore build results for other consoles too 2024-01-19 22:03:20 +11:00
UnknownShadow200
cdbe0d77f1
Merge pull request #1134 from camthehaxman/3ds
make the UI actually legible on 3DS
2024-01-19 20:47:57 +11:00
UnknownShadow200
c156484de2 Add audio backend function for allocating audio chunks
Also try to fix stick drift on 3DS (Thanks camthesaxman)
2024-01-19 18:33:55 +11:00
camthehaxman
4d2de70f45 increase stick deadzone to 16 2024-01-18 19:13:52 -06:00
camthehaxman
a41fda79da fix issue with 3DS music not playing after entering the game 3 times 2024-01-18 18:01:39 -06:00
camthehaxman
13965dbf2a get sound effects to play on 3DS 2024-01-18 16:10:02 -06:00