mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 10:21:36 -04:00
@@ -4,13 +4,13 @@
|
||||
* DONE!
|
||||
*/
|
||||
|
||||
#include "common/util/assert.h"
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
#include "game/sce/sif_ee.h"
|
||||
#include "fileio.h"
|
||||
#include "kprint.h"
|
||||
#include "common/versions.h"
|
||||
#include "common/util/assert.h"
|
||||
|
||||
namespace {
|
||||
// buffer for file paths. This might be static char buffer[512]. Maybe 633 is the line number?
|
||||
@@ -518,4 +518,4 @@ s32 FileSave(char* name, u8* data, s32 size) {
|
||||
|
||||
sceClose(fd);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user