Core: Refactor repeating disc id homebrew code.
This commit is contained in:
parent
dca75437c3
commit
41b485aa0a
8 changed files with 15 additions and 32 deletions
|
@ -119,10 +119,6 @@ FramebufferManagerCommon::~FramebufferManagerCommon() {
|
|||
}
|
||||
|
||||
void FramebufferManagerCommon::Init() {
|
||||
std::string gameId = g_paramSFO.GetValueString("DISC_ID");
|
||||
if (gameId.empty()) {
|
||||
gameId = g_paramSFO.GenerateFakeID();
|
||||
}
|
||||
BeginFrame();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue