mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-05-04 20:42:18 +00:00
* Changed some MSVC compatibility defines based on MSVC version. * Added prebuild_script.bat to remove leftover configure generated files before building. Also added project files and MSVC copies of configure generated files for all supported CPUs. * Moved ./bindings/msvc_native into ./msvc * Remove old project dir.
6 lines
156 B
C
6 lines
156 B
C
/* Automatically generated by create_config - do not modify */
|
|
#define TARGET_ARM 1
|
|
#define TARGET_NAME "arm"
|
|
#define TARGET_ARM 1
|
|
#define CONFIG_SOFTMMU 1
|