From 941125699ccaff4cc20083a7815ad7ce18559e69 Mon Sep 17 00:00:00 2001 From: Tony Drake Date: Sat, 21 Nov 2015 11:27:08 -0500 Subject: [PATCH] Added info for Rodea The Sky Soldier --- Data/Sys/GameSettings/SRO.ini | 19 +++++++++++++++++++ Source/Core/DiscIO/VolumeCommon.cpp | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 Data/Sys/GameSettings/SRO.ini diff --git a/Data/Sys/GameSettings/SRO.ini b/Data/Sys/GameSettings/SRO.ini new file mode 100644 index 0000000000..1c9557743e --- /dev/null +++ b/Data/Sys/GameSettings/SRO.ini @@ -0,0 +1,19 @@ +# SROENS, SROJQC, SROPNS - Rodea The Sky Soldier + +[Core] +# Values set here will override the main Dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] +# Add memory patches to be applied every frame here. + +[ActionReplay] +# Add action replay cheats here. + diff --git a/Source/Core/DiscIO/VolumeCommon.cpp b/Source/Core/DiscIO/VolumeCommon.cpp index 345ead0193..a6fa2dc41d 100644 --- a/Source/Core/DiscIO/VolumeCommon.cpp +++ b/Source/Core/DiscIO/VolumeCommon.cpp @@ -531,7 +531,9 @@ std::string GetCompanyFromID(const std::string& company_id) { "NP", "Nobilis" }, { "NQ", "Namco Bandai" }, { "NR", "Data Design / Destineer Studios" }, + { "NS", "NIS America"}, { "PL", "Playlogic" }, + { "QC", "Kadokawa Shoten"}, { "RM", "Rondomedia" }, { "RS", "Warner Bros. Interactive Entertainment Inc." }, { "RT", "RTL Games" },