mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #4547 from lioncash/proto
CommandProcessor: Remove unimplemented prototypes
This commit is contained in:
@ -130,8 +130,6 @@ void UpdateInterrupts(u64 userdata);
|
|||||||
void UpdateInterruptsFromVideoBackend(u64 userdata);
|
void UpdateInterruptsFromVideoBackend(u64 userdata);
|
||||||
|
|
||||||
bool IsInterruptWaiting();
|
bool IsInterruptWaiting();
|
||||||
void SetInterruptTokenWaiting(bool waiting);
|
|
||||||
void SetInterruptFinishWaiting(bool waiting);
|
|
||||||
|
|
||||||
void SetCpClearRegister();
|
void SetCpClearRegister();
|
||||||
void SetCpControlRegister();
|
void SetCpControlRegister();
|
||||||
|
Reference in New Issue
Block a user