mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
12 lines
178 B
C
12 lines
178 B
C
#pragma once
|
|
#include "arm_aica.h"
|
|
|
|
void arm_Init();
|
|
void arm_Reset();
|
|
void arm_Run(u32 uNumCycles);
|
|
void arm_SetEnabled(bool enabled);
|
|
|
|
#define arm_sh4_bias (2)
|
|
|
|
|
|
|