partially revived platform support for PSP (unfinished), part 3

changes to libpicofe, fixed path handling
This commit is contained in:
kub 2021-01-14 23:38:22 +01:00
parent df6d9f93fe
commit 80bc22540a
6 changed files with 21 additions and 9 deletions

View file

@ -609,6 +609,7 @@ void plat_init(void)
in_psp_init(in_psp_defbinds);
in_probe();
sound_init();
plat_get_data_dir(rom_fname_loaded, sizeof(rom_fname_loaded));
}
/* platform dependend emulator deinitialization */