This commit is contained in:
2024-10-04 16:41:01 -05:00
parent be27408cf4
commit c1345218a3
31 changed files with 1652 additions and 14 deletions

View File

@ -48,7 +48,9 @@ int32_t keyboardCharacterRead() {
}
}
int32_t linuxHostBeginUpdating() {
int32_t linuxHostHandoff() {
gameInit();
while(true) {
terminalModeSetCONIO();

View File

@ -13,4 +13,4 @@ extern int32_t LINUX_TERM_HOST_KEY_PRESS;
/**
* Begins updating the host.
*/
int32_t linuxHostBeginUpdating();
int32_t linuxHostHandoff();