mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
stdafx: move out some uncommon includes
This commit is contained in:
parent
59d0b1da4e
commit
ab7a45aede
12 changed files with 205 additions and 203 deletions
|
@ -1,10 +1,12 @@
|
|||
#pragma once
|
||||
#include "Emu/SysCalls/Callback.h"
|
||||
#include "MemoryBlock.h"
|
||||
#include <vector>
|
||||
|
||||
using std::nullptr_t;
|
||||
|
||||
#define safe_delete(x) do {delete (x);(x)=nullptr;} while(0)
|
||||
#define safe_free(x) do {free(x);(x)=nullptr;} while(0)
|
||||
|
||||
enum MemoryType
|
||||
{
|
||||
Memory_PS3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue