This commit is contained in:
zilmar 2016-01-14 08:36:23 +11:00
commit 02b7db1007
2 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,8 @@ documentation and/or software.
#pragma once
#include <string.h>
#include <stdio.h>
#include <string>
#include <functional>
#include "path.h"

View File

@ -16,6 +16,8 @@
#include <Project64-core/N64System/Recompiler/x86CodeLog.h>
#include <Project64-core/N64System/Mips/OpcodeName.h>
#include <Project64-core/ExceptionHandler.h>
#include <stdio.h>
#include <Common/MemoryManagement.h>
uint32_t RegModValue;