mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
fix up deferred messages formatting
This commit is contained in:
@@ -270,13 +270,13 @@ static bool is_dx9_on_12_enabled() {
|
|||||||
if (avs::game::is_model("LDJ") && avs::game::is_ext(2023091500, MAXINT)) {
|
if (avs::game::is_model("LDJ") && avs::game::is_ext(2023091500, MAXINT)) {
|
||||||
deferredlogs::defer_error_messages({
|
deferredlogs::defer_error_messages({
|
||||||
"dx9on12 was force enabled by user (-dx9on12)",
|
"dx9on12 was force enabled by user (-dx9on12)",
|
||||||
" IIDX31+ is known to be incompatible with DX 9on12, leading to blank screen or crashes"
|
" IIDX31+ is known to be incompatible with DX 9on12, leading to blank screen or crashes",
|
||||||
" try again with -dx9on12 option set to default value"
|
" try again with -dx9on12 option set to default value"
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
deferredlogs::defer_error_messages({
|
deferredlogs::defer_error_messages({
|
||||||
"dx9on12 was force enabled by user (-dx9on12)",
|
"dx9on12 was force enabled by user (-dx9on12)",
|
||||||
" not very game is compatible with this, and can lead to crashes,"
|
" not very game is compatible with this, and can lead to crashes",
|
||||||
" try without force enabling this if you are seeing issues"
|
" try without force enabling this if you are seeing issues"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user