mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
citra_meta: Reworded missing SDL frontend error message
This commit is contained in:
parent
43c4d3981d
commit
023de4dd76
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ int main(int argc, char* argv[]) {
|
|||
#if ENABLE_SDL2_FRONTEND
|
||||
LaunchSdlFrontend(argc, argv);
|
||||
#else
|
||||
std::cout << "Cannot use SDL frontend as it was excluded at compile time. Exiting."
|
||||
std::cout << "Cannot use SDL frontend as it was disabled at compile time. Exiting."
|
||||
<< std::endl;
|
||||
return -1;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue