mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-22 19:34:59 +00:00
basic sdl window init
This commit is contained in:
parent
c2453f6ae9
commit
8954a35eec
5 changed files with 73 additions and 10 deletions
9
src/Core/PS4/HLE/Graphics/graphics_ctx.h
Normal file
9
src/Core/PS4/HLE/Graphics/graphics_ctx.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
#include <types.h>
|
||||
|
||||
namespace HLE::Libs::Graphics {
|
||||
struct GraphicCtx {
|
||||
u32 screen_width = 0;
|
||||
u32 screen_height = 0;
|
||||
};
|
||||
} // namespace HLE::Libs::Graphics
|
Loading…
Add table
Add a link
Reference in a new issue