mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-13 02:08:31 +12:00
Add support for choosing network service (incl Pretendo+Custom) (#302)
This commit is contained in:
parent
52cc7c5996
commit
b07e9efba4
19 changed files with 345 additions and 22 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "config/CemuConfig.h"
|
||||
#include "config/NetworkSettings.h"
|
||||
|
||||
// global active settings for fast access (reflects settings from command line and game profile)
|
||||
class ActiveSettings
|
||||
|
@ -92,7 +93,7 @@ public:
|
|||
[[nodiscard]] static uint32 GetPersistentId();
|
||||
[[nodiscard]] static bool IsOnlineEnabled();
|
||||
[[nodiscard]] static bool HasRequiredOnlineFiles();
|
||||
|
||||
[[nodiscard]] static NetworkService GetNetworkService();
|
||||
// dump options
|
||||
[[nodiscard]] static bool DumpShadersEnabled();
|
||||
[[nodiscard]] static bool DumpTexturesEnabled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue