mirror of
https://github.com/azahar-emu/azahar.git
synced 2025-03-04 09:45:23 +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
|
#if ENABLE_SDL2_FRONTEND
|
||||||
LaunchSdlFrontend(argc, argv);
|
LaunchSdlFrontend(argc, argv);
|
||||||
#else
|
#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;
|
<< std::endl;
|
||||||
return -1;
|
return -1;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user