mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Add <typeinfo>
This commit is contained in:
parent
669b1385cc
commit
837c5dddee
6 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
|
|
||||||
#include "yaml-cpp/yaml.h"
|
#include "yaml-cpp/yaml.h"
|
||||||
|
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
namespace cfg
|
namespace cfg
|
||||||
{
|
{
|
||||||
logs::channel cfg("CFG");
|
logs::channel cfg("CFG");
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
using namespace std::literals::string_literals;
|
using namespace std::literals::string_literals;
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
#include "Emu/IdManager.h"
|
#include "Emu/IdManager.h"
|
||||||
#include "Emu/Cell/RawSPUThread.h"
|
#include "Emu/Cell/RawSPUThread.h"
|
||||||
#include "Thread.h"
|
#include "Thread.h"
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
#include "CPUThread.h"
|
#include "CPUThread.h"
|
||||||
#include "Emu/IdManager.h"
|
#include "Emu/IdManager.h"
|
||||||
#include "Utilities/GDBDebugServer.h"
|
#include "Utilities/GDBDebugServer.h"
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
#include "PPUFunction.h"
|
#include "PPUFunction.h"
|
||||||
#include "PPUCallback.h"
|
#include "PPUCallback.h"
|
||||||
#include "ErrorCodes.h"
|
#include "ErrorCodes.h"
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
// Helper function
|
// Helper function
|
||||||
constexpr const char* ppu_select_name(const char* name, u32 id)
|
constexpr const char* ppu_select_name(const char* name, u32 id)
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
#include "yaml-cpp/yaml.h"
|
#include "yaml-cpp/yaml.h"
|
||||||
|
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
#include "Utilities/GDBDebugServer.h"
|
#include "Utilities/GDBDebugServer.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue