mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +00:00
Applied feedback from @raphaelthegreat
This commit is contained in:
parent
b62836d29f
commit
fa76a723ad
6 changed files with 22 additions and 8 deletions
|
@ -42,7 +42,7 @@ struct WindowSystemInfo {
|
|||
class WindowSDL {
|
||||
public:
|
||||
explicit WindowSDL(s32 width, s32 height, Input::GameController* controller,
|
||||
std::string game_title);
|
||||
std::string_view game_title);
|
||||
~WindowSDL();
|
||||
|
||||
s32 getWidth() const {
|
||||
|
@ -70,7 +70,6 @@ private:
|
|||
private:
|
||||
s32 width;
|
||||
s32 height;
|
||||
std::string game_title;
|
||||
Input::GameController* controller;
|
||||
WindowSystemInfo window_info{};
|
||||
SDL_Window* window{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue