mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-02 14:16:53 +00:00
41f5abab31
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
8 lines
176 B
C
8 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);
|