62
edits
Line 74: | Line 74: | ||
Sets the bit depth to actually run the game at, if possible. You can use this to run a title at a color depth better than what the title would allow. | Sets the bit depth to actually run the game at, if possible. You can use this to run a title at a color depth better than what the title would allow. | ||
setRuntimeVersion(runtimeVersion); | |||
Sets the runtime version of the game. Version must be one of: kRuntimeVersionAuto, kRuntimeVersion100, kRuntimeVersion110, kRuntimeVersion111, kRuntimeVersion112, or kRuntimeVersion200. In particular, you should use this to fix 1.1.2 games not loading by setting this to kRuntimeVersion112, since 1.1.2 broke compatibility with the 1.1.1 plug-in object loader in a way that can't be auto-detected. | |||
edits