Merge pull request #3277 from t27duck/rodea-info
Added info for Rodea The Sky Soldier
This commit is contained in:
commit
d42216e929
|
@ -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.
|
||||
|
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue