X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Fplat.h;h=aa5842221b657c9e8a1fc179ffe0be3d1858dfd8;hb=046c454067c66b783417f4a61ab1445d06412d66;hp=ac7a438c7bcf08c06518b2701b978cede6140973;hpb=d572cbad9886a04f8c51edb825dc6aaec9b02e23;p=libpicofe.git diff --git a/common/plat.h b/common/plat.h index ac7a438..aa58422 100644 --- a/common/plat.h +++ b/common/plat.h @@ -13,12 +13,16 @@ void emu_startSound(void); void emu_endSound(void); void emu_waitSound(void); void emu_ResetGame(void); // TODO mv rm? +void emu_Init(void); +void emu_Deinit(void); +void emu_Loop(void); void emu_noticeMsgUpdated(void); int emu_getMainDir(char *dst, int len); void menu_romload_prepare(const char *rom_name); void menu_romload_end(void); +void plat_early_init(void); void plat_init(void); void plat_finish(void); @@ -27,6 +31,8 @@ void plat_video_menu_enter(int is_rom_loaded); void plat_video_menu_begin(void); void plat_video_menu_end(void); +void plat_validate_config(void); + int plat_is_dir(const char *path); int plat_wait_event(int *fds_hnds, int count, int timeout_ms); void plat_sleep_ms(int ms);