GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.

This commit is contained in:
David Marcec 2018-04-22 19:02:18 -07:00
parent 471eafc162
commit 9591689dbc
10 changed files with 64 additions and 25 deletions

View file

@ -14,7 +14,7 @@ public:
public:
Interface(std::shared_ptr<Module> module, const char* name);
void GetIUserInterface(Kernel::HLERequestContext& ctx);
void CreateUserInterface(Kernel::HLERequestContext& ctx);
protected:
std::shared_ptr<Module> module;