Updated processor define symbols for breaking changes

- We really need to remember or automate this.
This commit is contained in:
Chris Lang 2021-05-18 14:14:16 -04:00
parent c48beedb48
commit 96cf4e74c4
2 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,9 @@ public static void AddDefineSymbols()
"MIRROR_32_1_2_OR_NEWER", "MIRROR_32_1_2_OR_NEWER",
"MIRROR_32_1_4_OR_NEWER", "MIRROR_32_1_4_OR_NEWER",
"MIRROR_35_0_OR_NEWER", "MIRROR_35_0_OR_NEWER",
"MIRROR_35_1_OR_NEWER" "MIRROR_35_1_OR_NEWER",
"MIRROR_37_0_OR_NEWER",
"MIRROR_38_0_OR_NEWER"
}; };
// only touch PlayerSettings if we actually modified it. // only touch PlayerSettings if we actually modified it.

View File

@ -545,7 +545,7 @@ PlayerSettings:
webGLThreadsSupport: 0 webGLThreadsSupport: 0
webGLWasmStreaming: 0 webGLWasmStreaming: 0
scriptingDefineSymbols: scriptingDefineSymbols:
1: MIRROR;MIRROR_17_0_OR_NEWER;MIRROR_18_0_OR_NEWER;MIRROR_24_0_OR_NEWER;MIRROR_26_0_OR_NEWER;MIRROR_27_0_OR_NEWER;MIRROR_28_0_OR_NEWER;MIRROR_29_0_OR_NEWER;MIRROR_30_0_OR_NEWER;MIRROR_30_5_2_OR_NEWER;MIRROR_32_1_2_OR_NEWER;MIRROR_32_1_4_OR_NEWER;MIRROR_35_0_OR_NEWER;MIRROR_35_1_OR_NEWER 1: MIRROR;MIRROR_17_0_OR_NEWER;MIRROR_18_0_OR_NEWER;MIRROR_24_0_OR_NEWER;MIRROR_26_0_OR_NEWER;MIRROR_27_0_OR_NEWER;MIRROR_28_0_OR_NEWER;MIRROR_29_0_OR_NEWER;MIRROR_30_0_OR_NEWER;MIRROR_30_5_2_OR_NEWER;MIRROR_32_1_2_OR_NEWER;MIRROR_32_1_4_OR_NEWER;MIRROR_35_0_OR_NEWER;MIRROR_35_1_OR_NEWER;MIRROR_37_0_OR_NEWER;MIRROR_38_0_OR_NEWER
platformArchitecture: {} platformArchitecture: {}
scriptingBackend: {} scriptingBackend: {}
il2cppCompilerConfiguration: {} il2cppCompilerConfiguration: {}