mirror of
https://github.com/libretro/beetle-wswan-libretro.git
synced 2024-11-30 03:30:39 +00:00
Cleanups
This commit is contained in:
parent
33776fe17c
commit
247bcdf1fa
@ -539,8 +539,6 @@ void retro_init(void)
|
||||
else
|
||||
log_cb = NULL;
|
||||
|
||||
MDFNI_InitializeModule();
|
||||
|
||||
const char *dir = NULL;
|
||||
|
||||
if (environ_cb(RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY, &dir) && dir)
|
||||
@ -552,8 +550,6 @@ void retro_init(void)
|
||||
last++;
|
||||
|
||||
retro_base_directory = retro_base_directory.substr(0, last);
|
||||
|
||||
MDFNI_Initialize(retro_base_directory.c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -107,14 +107,3 @@ void MDFNI_CloseGame(void)
|
||||
|
||||
MDFNGameInfo = NULL;
|
||||
}
|
||||
|
||||
bool MDFNI_InitializeModule(void)
|
||||
{
|
||||
|
||||
return(1);
|
||||
}
|
||||
|
||||
int MDFNI_Initialize(const char *basedir)
|
||||
{
|
||||
return(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user