mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-30 17:02:19 +00:00
5 lines
147 B
C
5 lines
147 B
C
|
#pragma once
|
||
|
|
||
|
// Just a test of the ARM emitter, playing around with running some code without having the whole emu around.
|
||
|
|
||
|
void ArmEmitterTest();
|