diff --git a/RetroCadeLite_Sketch/modplayer.h b/RetroCadeLite_Sketch/modplayer.h index dbf93b2..687a1c3 100644 --- a/RetroCadeLite_Sketch/modplayer.h +++ b/RetroCadeLite_Sketch/modplayer.h @@ -18,7 +18,7 @@ #include "SmallFS.h" #include "cbuffer.h" #include -#include "RamFS.h" +#include "ramFS.h" #include "ptplay.h" #include "retrocade_defs.h" diff --git a/RetroCadeLite_Sketch/ptplay.cpp b/RetroCadeLite_Sketch/ptplay.cpp index 7c923a7..ac24d41 100644 --- a/RetroCadeLite_Sketch/ptplay.cpp +++ b/RetroCadeLite_Sketch/ptplay.cpp @@ -30,7 +30,7 @@ it�s not 100% sure it works in all conditions with combined effects. #include #include -#include "RamFs.h" +#include "ramFS.h" #include "ptplay.h" #include #include diff --git a/RetroCadeLite_Sketch/ramFS.cpp b/RetroCadeLite_Sketch/ramFS.cpp index a2e4867..18bb195 100644 --- a/RetroCadeLite_Sketch/ramFS.cpp +++ b/RetroCadeLite_Sketch/ramFS.cpp @@ -8,7 +8,7 @@ * License GPL */ -#include "RamFS.h" +#include "ramFS.h" #include #ifdef __linux__ diff --git a/RetroCade_Sketch/modplayer.h b/RetroCade_Sketch/modplayer.h index dbf93b2..687a1c3 100644 --- a/RetroCade_Sketch/modplayer.h +++ b/RetroCade_Sketch/modplayer.h @@ -18,7 +18,7 @@ #include "SmallFS.h" #include "cbuffer.h" #include -#include "RamFS.h" +#include "ramFS.h" #include "ptplay.h" #include "retrocade_defs.h" diff --git a/RetroCade_Sketch/ptplay.cpp b/RetroCade_Sketch/ptplay.cpp index 7c923a7..ac24d41 100644 --- a/RetroCade_Sketch/ptplay.cpp +++ b/RetroCade_Sketch/ptplay.cpp @@ -30,7 +30,7 @@ it�s not 100% sure it works in all conditions with combined effects. #include #include -#include "RamFs.h" +#include "ramFS.h" #include "ptplay.h" #include #include diff --git a/RetroCade_Sketch/ramFS.cpp b/RetroCade_Sketch/ramFS.cpp index a2e4867..18bb195 100644 --- a/RetroCade_Sketch/ramFS.cpp +++ b/RetroCade_Sketch/ramFS.cpp @@ -8,7 +8,7 @@ * License GPL */ -#include "RamFS.h" +#include "ramFS.h" #include #ifdef __linux__