mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #4547 from lioncash/proto
CommandProcessor: Remove unimplemented prototypes
This commit is contained in:
commit
222b52e511
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue