mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
13 lines
177 B
C++
13 lines
177 B
C++
#include "arm_aica.h"
|
|
#include "arm7.h"
|
|
#include "mem.h"
|
|
#include <math.h>
|
|
|
|
|
|
|
|
|
|
//Mainloop
|
|
void FASTCALL armUpdateARM(u32 Cycles)
|
|
{
|
|
arm_Run(Cycles/arm_sh4_bias);
|
|
}
|