mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-23 16:39:09 +00:00
Add LiGetHostFeatureFlags() API
This commit is contained in:
@@ -155,3 +155,7 @@ void LiInitializeServerInformation(PSERVER_INFORMATION serverInfo) {
|
||||
uint64_t LiGetMillis(void) {
|
||||
return PltGetMillis();
|
||||
}
|
||||
|
||||
uint32_t LiGetHostFeatureFlags(void) {
|
||||
return SunshineFeatureFlags;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user