mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-27 11:59:36 -04:00
chore: update project branding to citron
Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -12,7 +12,7 @@ namespace WebService {
|
||||
|
||||
/**
|
||||
* Implementation of AnnounceMultiplayerRoom::Backend that (de)serializes room information into/from
|
||||
* JSON, and submits/gets it to/from the yuzu web service
|
||||
* JSON, and submits/gets it to/from the citron web service
|
||||
*/
|
||||
class RoomJson : public AnnounceMultiplayerRoom::Backend {
|
||||
public:
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace WebService {
|
||||
|
||||
/**
|
||||
* Implementation of VisitorInterface that serialized telemetry into JSON, and submits it to the
|
||||
* yuzu web service
|
||||
* citron web service
|
||||
*/
|
||||
class TelemetryJson : public Common::Telemetry::VisitorInterface {
|
||||
public:
|
||||
|
||||
@@ -10,8 +10,8 @@ namespace WebService {
|
||||
/**
|
||||
* Checks if username and token is valid
|
||||
* @param host the web API URL
|
||||
* @param username yuzu username to use for authentication.
|
||||
* @param token yuzu token to use for authentication.
|
||||
* @param username citron username to use for authentication.
|
||||
* @param token citron token to use for authentication.
|
||||
* @returns a bool indicating whether the verification succeeded
|
||||
*/
|
||||
bool VerifyLogin(const std::string& host, const std::string& username, const std::string& token);
|
||||
|
||||
Reference in New Issue
Block a user