mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Remote disc streaming: Add an option for a "Remote" tab on the main screen
This commit is contained in:
@@ -85,7 +85,8 @@ protected:
|
||||
|
||||
class RemoteISOBrowseScreen : public MainScreen {
|
||||
public:
|
||||
RemoteISOBrowseScreen(const std::string &url, const std::vector<Path> &games);
|
||||
RemoteISOBrowseScreen(const std::string &url, const std::vector<Path> &games)
|
||||
: url_(url), games_(games) {}
|
||||
|
||||
const char *tag() const override { return "RemoteISOBrowse"; }
|
||||
|
||||
@@ -110,3 +111,6 @@ protected:
|
||||
|
||||
bool serverRunning_ = false;
|
||||
};
|
||||
|
||||
std::string RemoteSubdir();
|
||||
std::string FormatRemoteISOUrl(const char *host, int port, const char *subdir);
|
||||
|
||||
Reference in New Issue
Block a user