mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-27 10:50:29 +00:00
Ensure static, fixes potential breakage.
This commit is contained in:
parent
ea7354720b
commit
1b52fddc2b
@ -156,7 +156,7 @@ MDFNGI *MDFNI_LoadCD(const char *force_module, const char *devicename)
|
||||
{
|
||||
uint8 LayoutMD5[16];
|
||||
#ifdef NEED_CD
|
||||
std::vector<CDIF *> CDInterfaces; // FIXME: Cleanup on error out.
|
||||
static std::vector<CDIF *> CDInterfaces; // FIXME: Cleanup on error out.
|
||||
#endif
|
||||
|
||||
MDFN_printf(_("Loading %s...\n\n"), devicename ? devicename : _("PHYSICAL CD"));
|
||||
|
Loading…
Reference in New Issue
Block a user