mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-25 12:55:00 +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
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
#include <filesystem>
|
||||
#include <types.h>
|
||||
#include "common/types.h"
|
||||
|
||||
namespace Config {
|
||||
void load(const std::filesystem::path& path);
|
||||
|
@ -12,4 +12,4 @@ u32 getLogLevel();
|
|||
u32 getScreenWidth();
|
||||
u32 getScreenHeight();
|
||||
|
||||
}; // namespace Config
|
||||
}; // namespace Config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue