diff options
Diffstat (limited to 'src/JSystem/JUtility/JUTDirectFile.cpp')
| -rw-r--r-- | src/JSystem/JUtility/JUTDirectFile.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/JSystem/JUtility/JUTDirectFile.cpp b/src/JSystem/JUtility/JUTDirectFile.cpp index 487b858b22..d091d12ad1 100644 --- a/src/JSystem/JUtility/JUTDirectFile.cpp +++ b/src/JSystem/JUtility/JUTDirectFile.cpp @@ -1,8 +1,3 @@ -// -// Generated By: dol2asm -// Translation Unit: JUTDirectFile -// - #include "JSystem/JSystem.h" // IWYU pragma: keep #include "JSystem/JUtility/JUTDirectFile.h" @@ -10,7 +5,6 @@ #include "global.h" #include <stdint.h> -/* 802E8730-802E87F8 2E3070 00C8+00 1/1 0/0 0/0 .text fetch32byte__13JUTDirectFileFv */ int JUTDirectFile::fetch32byte() { mToRead = mLength - ALIGN_PREV(mPos, DVD_MIN_TRANSFER_SIZE); @@ -33,7 +27,6 @@ int JUTDirectFile::fetch32byte() { } } -/* 802E87F8-802E881C 2E3138 0024+00 0/0 1/1 0/0 .text __ct__13JUTDirectFileFv */ JUTDirectFile::JUTDirectFile() { mLength = 0; mPos = 0; @@ -43,12 +36,10 @@ JUTDirectFile::JUTDirectFile() { } -/* 802E881C-802E8860 2E315C 0044+00 0/0 1/1 0/0 .text __dt__13JUTDirectFileFv */ JUTDirectFile::~JUTDirectFile() { mIsOpen = false; } -/* 802E8860-802E88FC 2E31A0 009C+00 0/0 1/1 0/0 .text fopen__13JUTDirectFileFPCc */ bool JUTDirectFile::fopen(const char* filename) { if (!filename) { return false; @@ -72,7 +63,6 @@ bool JUTDirectFile::fopen(const char* filename) { return true; } -/* 802E88FC-802E8958 2E323C 005C+00 0/0 1/1 0/0 .text fclose__13JUTDirectFileFv */ void JUTDirectFile::fclose() { if (mIsOpen) { int interrupts = OSEnableInterrupts(); @@ -82,7 +72,6 @@ void JUTDirectFile::fclose() { } } -/* 802E8958-802E8B08 2E3298 01B0+00 0/0 1/1 0/0 .text fgets__13JUTDirectFileFPvi */ int JUTDirectFile::fgets(void* buf, int len) { // if file isn't open, return error (-1). if (!mIsOpen) { |
