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 @@ add_executable(Example
if(GEKKO)
include_directories(${LIBOGCDIR}/include)
link_directories(${LIGOGCDIR}/lib/wii)
target_link_libraries(Example AthenaCore z wiiuse bte ogc m)
target_link_libraries(Example athena-core z wiiuse bte ogc m)
else()
#TODO: add normal link libraries
endif()

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