Improved Boot UI.
Added dev_usb000. Fixed Game Viewer. Minor fixes.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#define NOCOMPILE
|
||||
#include "types.h"
|
||||
#include "elf.h"
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
* This file is released under the GPLv2.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
bool scetool_decrypt(scetool::s8 *_file_in, scetool::s8 *_file_out);
|
||||
Reference in New Issue
Block a user