mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 17:34:52 +00:00
clang format
This commit is contained in:
parent
410ba37ec2
commit
20e83b4d53
17 changed files with 52 additions and 44 deletions
|
@ -29,8 +29,8 @@ namespace Core {
|
|||
static constexpr s32 WindowWidth = 1280;
|
||||
static constexpr s32 WindowHeight = 720;
|
||||
|
||||
Emulator::Emulator() : memory{Core::Memory::Instance()},
|
||||
window{WindowWidth, WindowHeight, controller} {
|
||||
Emulator::Emulator()
|
||||
: memory{Core::Memory::Instance()}, window{WindowWidth, WindowHeight, controller} {
|
||||
g_window = &window;
|
||||
|
||||
// Read configuration file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue