mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-13 10:29:59 +01:00
citra_meta: Reworded missing SDL frontend error message
This commit is contained in:
parent
43c4d3981d
commit
023de4dd76
@ -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…
x
Reference in New Issue
Block a user