mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-12 09:48:30 +12:00
Remove cemuhook and fix exports (#73)
This commit is contained in:
parent
fb76d714f2
commit
ca78b92718
35 changed files with 38 additions and 792 deletions
|
@ -16,7 +16,7 @@ class GameProfile
|
|||
public:
|
||||
static const uint32 kThreadQuantumDefault = 45000;
|
||||
|
||||
bool Load(uint64_t title_id, bool notifyCemuhook);
|
||||
bool Load(uint64_t title_id);
|
||||
void Save(uint64_t title_id);
|
||||
void ResetOptional();
|
||||
void Reset();
|
||||
|
@ -65,4 +65,4 @@ private:
|
|||
};
|
||||
extern std::unique_ptr<GameProfile> g_current_game_profile;
|
||||
|
||||
__declspec(dllexport) void gameProfile_load();
|
||||
void gameProfile_load();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue