mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
remove unused globals
Also change globals into statics which are only used in one file
This commit is contained in:
@ -41,8 +41,6 @@ namespace SWCommandProcessor
|
||||
u32 breakpt; // 0x3c
|
||||
};
|
||||
|
||||
extern CPReg cpreg;
|
||||
|
||||
// Init
|
||||
void Init();
|
||||
void Shutdown();
|
||||
|
Reference in New Issue
Block a user