mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-16 18:37:12 +00:00
5 lines
135 B
C
5 lines
135 B
C
|
#pragma once
|
||
|
|
||
|
#define FEX_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
|
||
|
#define FEXINTERPRETER_PATH FEX_INSTALL_PREFIX "/bin/FEXInterpreter"
|