Humungous refactor

This commit is contained in:
Jack Andersen
2016-03-04 13:00:12 -10:00
parent a0515fe4aa
commit b791b7e426
103 changed files with 499 additions and 500 deletions

View File

@@ -10,7 +10,7 @@ static GXRModeObj* rmode = nullptr;
#endif
#include <Athena/MemoryReader.hpp>
#include <athena/MemoryReader.hpp>
int main()
{
@@ -36,7 +36,7 @@ int main()
if (rmode->viTVMode & VI_NON_INTERLACE)
VIDEO_WaitVSync();
Athena::io::MemoryCopyReader test("sd:/test.dat");
athena::io::MemoryCopyReader test("sd:/test.dat");
while(true)
{
#if HW_RVL