mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix linux build ^^
This commit is contained in:
parent
d60f685ae8
commit
2a424977c0
2 changed files with 4 additions and 4 deletions
|
@ -39,13 +39,11 @@
|
|||
#include "FileUtil.h"
|
||||
#include "../ext/snappy/snappy-c.h"
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#ifndef __APPLE__
|
||||
#ifdef ANDROID
|
||||
namespace std {
|
||||
using tr1::is_pointer;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
template <class T>
|
||||
struct LinkedListItem : public T
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
class PointerWrap;
|
||||
|
||||
void Register_sceCtrl();
|
||||
|
@ -45,4 +47,4 @@ void __CtrlSetAnalog(float x, float y);
|
|||
|
||||
// For use by internal UI like MsgDialog
|
||||
u32 __CtrlPeekButtons();
|
||||
u32 __CtrlReadLatch();
|
||||
u32 __CtrlReadLatch();
|
||||
|
|
Loading…
Add table
Reference in a new issue