mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Core: Remove unimplemented function prototype SetBlockStart
This commit is contained in:
parent
c457ee4995
commit
b67968c3d8
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@ void DisplayMessage(const std::string& message, int time_in_ms);
|
|||
std::string GetStateFileName();
|
||||
void SetStateFileName(const std::string& val);
|
||||
|
||||
void SetBlockStart(u32 addr);
|
||||
|
||||
void FrameUpdateOnCPUThread();
|
||||
|
||||
bool ShouldSkipFrame(int skipped);
|
||||
|
|
Loading…
Add table
Reference in a new issue