diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -85,7 +85,11 @@ beginseg include "$(BUILD_DIR)/src/boot/build.o" // RSP microcode - include "$(BUILD_DIR)/data/rspboot.o" +#if PLATFORM_N64 + include "$(BUILD_DIR)/rsp/rspboot_ap.o" +#else + include "$(BUILD_DIR)/rsp/rspboot.o" +#endif include "$(BUILD_DIR)/data/cic6105.o" // Extra files for non-matching debug builds |
