Improved Boot UI.

Added dev_usb000.
Fixed Game Viewer.
Minor fixes.
This commit is contained in:
DH
2013-12-08 18:54:45 +02:00
parent eaef09df91
commit 23539f13b5
14 changed files with 222 additions and 297 deletions
+1
View File
@@ -8,6 +8,7 @@
#include <string.h>
#define NOCOMPILE
#include "types.h"
#include "elf.h"
+2
View File
@@ -3,6 +3,8 @@
* This file is released under the GPLv2.
*/
#include "stdafx.h"
#include <stdio.h>
#include <stdlib.h>
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#include "types.h"
bool scetool_decrypt(scetool::s8 *_file_in, scetool::s8 *_file_out);