From 830e40a470b0ed904ae9997eb2d34e0ef54e36ec Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 21 Aug 2018 05:57:19 +0200 Subject: [PATCH] rename coprocessor includes --- inc/n64.inc | 4 ++-- inc/{n64_cop0.inc => n64_cp0.inc} | 0 inc/{n64_cop1.inc => n64_cp1.inc} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename inc/{n64_cop0.inc => n64_cp0.inc} (100%) rename inc/{n64_cop1.inc => n64_cp1.inc} (100%) diff --git a/inc/n64.inc b/inc/n64.inc index 6d81c5c..224fff4 100644 --- a/inc/n64.inc +++ b/inc/n64.inc @@ -1,8 +1,8 @@ // by krom, expanded and reorganized by notwa include "n64_cpu.inc" -include "n64_cop0.inc" -include "n64_cop1.inc" +include "n64_cp0.inc" +include "n64_cp1.inc" include "n64_map.inc" include "n64_sp.inc" include "n64_dp.inc" diff --git a/inc/n64_cop0.inc b/inc/n64_cp0.inc similarity index 100% rename from inc/n64_cop0.inc rename to inc/n64_cp0.inc diff --git a/inc/n64_cop1.inc b/inc/n64_cp1.inc similarity index 100% rename from inc/n64_cop1.inc rename to inc/n64_cp1.inc