|
Sunshine master
Self-hosted game stream host for Moonlight.
|
Definitions for common nvidia preferences. More...
Functions | |
| void | nvprefs::error_message (const std::string &message) |
| Forward an NVPrefs error message to the logger. | |
| void | nvprefs::error_message (const std::wstring &message) |
| Forward an NVPrefs error message to the logger. | |
| nvprefs_options | nvprefs::get_nvprefs_options () |
| Get nvprefs options. | |
| void | nvprefs::info_message (const std::string &message) |
| Forward an informational NVPrefs message to the logger. | |
| void | nvprefs::info_message (const std::wstring &message) |
| Forward an informational NVPrefs message to the logger. | |
Definitions for common nvidia preferences.
| void nvprefs::error_message | ( | const std::string & | message | ) |
Forward an NVPrefs error message to the logger.
| message | Message text to log or report. |
| void nvprefs::error_message | ( | const std::wstring & | message | ) |
Forward an NVPrefs error message to the logger.
| message | Message text to log or report. |
| nvprefs_options nvprefs::get_nvprefs_options | ( | ) |
Get nvprefs options.
| void nvprefs::info_message | ( | const std::string & | message | ) |
Forward an informational NVPrefs message to the logger.
| message | Message text to log or report. |
| void nvprefs::info_message | ( | const std::wstring & | message | ) |
Forward an informational NVPrefs message to the logger.
| message | Message text to log or report. |