mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-08 18:16:21 +00:00
src: Move certain headers in common
This commit is contained in:
parent
6e28ac711f
commit
17aefc1aef
73 changed files with 98 additions and 106 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <xxh3.h>
|
||||
|
||||
#include "Emulator/Util/singleton.h"
|
||||
#include "common/singleton.h"
|
||||
|
||||
void* GPU::memoryCreateObj(u64 submit_id, HLE::Libs::Graphics::GraphicCtx* ctx, void* todo /*CommandBuffer?*/, u64 virtual_addr, u64 size,
|
||||
const GPUObject& info) {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <core/PS4/HLE/Graphics/graphics_ctx.h>
|
||||
#include <types.h>
|
||||
#include "common/types.h"
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "tile_manager.h"
|
||||
#include "Emulator/Util/singleton.h"
|
||||
#include "common/singleton.h"
|
||||
#include <mutex>
|
||||
|
||||
namespace GPU {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
#include "common/types.h"
|
||||
|
||||
namespace GPU {
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#include "video_out_buffer.h"
|
||||
|
||||
#include <Util/log.h>
|
||||
#include "common/log.h"
|
||||
|
||||
#include "debug.h"
|
||||
#include "common/debug.h"
|
||||
#include <vulkan_util.h>
|
||||
#include "tile_manager.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <types.h>
|
||||
#include "common/types.h"
|
||||
|
||||
#include "gpu_memory.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue