mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-19 21:13:12 -07:00
Remove PS4 references and use server or PlayStation names instead
This commit is contained in:
parent
1dfe88d74e
commit
61823f7372
5 changed files with 28 additions and 28 deletions
|
@ -61,7 +61,7 @@ class MainApplication
|
|||
bool Load();
|
||||
};
|
||||
|
||||
class PS4RemotePlay : public brls::View
|
||||
class PSRemotePlay : public brls::View
|
||||
{
|
||||
private:
|
||||
brls::AppletFrame * frame;
|
||||
|
@ -77,8 +77,8 @@ class PS4RemotePlay : public brls::View
|
|||
// int fps = 0;
|
||||
|
||||
public:
|
||||
PS4RemotePlay(IO * io, Host * host);
|
||||
~PS4RemotePlay();
|
||||
PSRemotePlay(IO * io, Host * host);
|
||||
~PSRemotePlay();
|
||||
|
||||
void draw(NVGcontext * vg, int x, int y, unsigned width, unsigned height, brls::Style * style, brls::FrameContext * ctx) override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue