project64/Source/Android/PluginRSP/stdafx.h

17 lines
904 B
C

/****************************************************************************
* *
* Project64 - A Nintendo 64 emulator. *
* http://www.pj64-emu.com/ *
* Copyright (C) 2016 Project64. All rights reserved. *
* *
* License: *
* GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html *
* *
****************************************************************************/
#include <Common/stdtypes.h>
#include <stdio.h>
#include <string.h>
#include "Version.h"
#include "Rsp.h"
#include "hle.h"