diff options
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bceb39b..758d0a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,11 +46,7 @@ if(PS1_BUILD) # add_dependencies(${PROJECT_NAME} libpsx) if(NOT EXISTS "${cdroot}/system.cnf") - file(WRITE "${cdroot}/system.cnf" - "BOOT = cdrom:\\${PROJECT_NAME}.exe;1\n" - "TCB = 4\n" - "EVENT = 8\n" - "STACK = 801FF800\n") + file(COPY "src/system.cnf" DESTINATION "${cdroot}") endif() elseif(WIN9X_BUILD) file(MAKE_DIRECTORY ${cdroot}) |
