mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-05 11:20:36 -05:00
Core: Change CoreTiming event key from int to EventType*
Replace 'int' keys with something that carries type information. Performance is neutral.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
namespace CommandProcessor
|
||||
{
|
||||
static int et_UpdateInterrupts;
|
||||
static CoreTiming::EventType* et_UpdateInterrupts;
|
||||
|
||||
// TODO(ector): Warn on bbox read/write
|
||||
|
||||
|
||||
Reference in New Issue
Block a user