mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
defer error for -exec
This commit is contained in:
@@ -1585,6 +1585,13 @@ int main_implementation(int argc, char *argv[]) {
|
|||||||
"!!! errors and loss of functionality. !!!\n"
|
"!!! errors and loss of functionality. !!!\n"
|
||||||
"!!! !!!\n"
|
"!!! !!!\n"
|
||||||
);
|
);
|
||||||
|
deferredlogs::defer_error_messages({
|
||||||
|
"-exec option disables all game-specific hooks and I/O emulation",
|
||||||
|
" you must combine this with other flags or have appropriate arcade hardware",
|
||||||
|
" this also turns off many auto-troubleshooter checks",
|
||||||
|
" which means that this analysis will be incomplete",
|
||||||
|
" you need to manually check the logs for failures"
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (launcher::signal::DISABLE && !cfg::CONFIGURATOR_STANDALONE) {
|
if (launcher::signal::DISABLE && !cfg::CONFIGURATOR_STANDALONE) {
|
||||||
|
|||||||
Reference in New Issue
Block a user