mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(3DS) On error, only init gfx on salamander build
This prevents graphical issues if the gfx is already initialized. Which should always be the case if called from a running core.
This commit is contained in:
parent
6ac08ec123
commit
2633b3e310
1 changed files with 2 additions and 2 deletions
|
@ -325,9 +325,9 @@ void wait_for_input(void)
|
|||
void error_and_quit(const char* errorStr)
|
||||
{
|
||||
errorConf error;
|
||||
|
||||
#ifdef IS_SALAMANDER
|
||||
gfxInitDefault();
|
||||
|
||||
#endif
|
||||
errorInit(&error, ERROR_TEXT, CFG_LANGUAGE_EN);
|
||||
errorText(&error, errorStr);
|
||||
errorDisp(&error);
|
||||
|
|
Loading…
Add table
Reference in a new issue