mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Now builds on Playbook and Dev Alpha Make emulator more compatible with other OS (case sensitivity, defines, includes) Uses Android's code paths and backend
7 lines
176 B
C
7 lines
176 B
C
#pragma once
|
|
|
|
#if defined(ANDROID) || defined(BLACKBERRY)
|
|
#error DO NOT COMPILE THIS INTO ANDROID BUILDS
|
|
#endif
|
|
|
|
char *disasmx86(unsigned char *opcode1,int codeoff1,int *len);
|