CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/android/jni/ArmEmitterTest.h
Views: 1401
1
#pragma once
2
3
// Just a test of the ARM emitter, playing around with running some code without having the whole emu around.
4
5
void ArmEmitterTest();
6