mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-16 02:49:17 +01:00
Remove unused forward declarations in cpu.cpp
This commit is contained in:
parent
5cece7daed
commit
8080760cd5
@ -8,10 +8,6 @@ namespace core::cpu {
|
|||||||
|
|
||||||
void HookInterrupt(uc_engine *uc, uint32_t intno, void *user_data);
|
void HookInterrupt(uc_engine *uc, uint32_t intno, void *user_data);
|
||||||
|
|
||||||
uint64_t GetRegister(uint32_t regid);
|
|
||||||
|
|
||||||
void SetRegister(uint32_t regid, uint64_t value);
|
|
||||||
|
|
||||||
bool Initialize() {
|
bool Initialize() {
|
||||||
uc_open(UC_ARCH_ARM64, UC_MODE_ARM, &uc);
|
uc_open(UC_ARCH_ARM64, UC_MODE_ARM, &uc);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user