mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
Humungous refactor
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user