mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 09:17:46 +00:00
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
This commit is contained in:
parent
471eafc162
commit
9591689dbc
10 changed files with 64 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue