Core: Remove unimplemented function prototype SetBlockStart
This commit is contained in:
parent
c457ee4995
commit
b67968c3d8
|
@ -66,8 +66,6 @@ void DisplayMessage(const std::string& message, int time_in_ms);
|
||||||
std::string GetStateFileName();
|
std::string GetStateFileName();
|
||||||
void SetStateFileName(const std::string& val);
|
void SetStateFileName(const std::string& val);
|
||||||
|
|
||||||
void SetBlockStart(u32 addr);
|
|
||||||
|
|
||||||
void FrameUpdateOnCPUThread();
|
void FrameUpdateOnCPUThread();
|
||||||
|
|
||||||
bool ShouldSkipFrame(int skipped);
|
bool ShouldSkipFrame(int skipped);
|
||||||
|
|
Loading…
Reference in New Issue