mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
build, cleanup
- remove/rename some platforms from configure - new rg99 odbeta build, courtesy of sydarn - pandora support, courtesy of notaz
This commit is contained in:
parent
2a5ca3d5f0
commit
85174a6d8d
10 changed files with 64 additions and 21 deletions
|
@ -84,6 +84,9 @@ int main(int argc, char *argv[])
|
|||
//in_probe();
|
||||
|
||||
plat_target_init();
|
||||
if (argc > 1)
|
||||
parse_cmd_line(argc, argv);
|
||||
|
||||
plat_init();
|
||||
menu_init();
|
||||
|
||||
|
|
|
@ -399,6 +399,7 @@ void plat_init(void)
|
|||
in_probe();
|
||||
|
||||
bgr_to_uyvy_init();
|
||||
linux_menu_init();
|
||||
}
|
||||
|
||||
void plat_finish(void)
|
||||
|
|
|
@ -5,3 +5,5 @@ extern const int in_sdl_key_map_sz;
|
|||
extern const struct menu_keymap in_sdl_joy_map[];
|
||||
extern const int in_sdl_joy_map_sz;
|
||||
extern const char * const (*in_sdl_key_names)[SDLK_LAST];
|
||||
|
||||
void linux_menu_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue