fixing device choosing in EGL

This commit is contained in:
2025-03-23 02:24:55 +01:00
parent 6c2119d806
commit f3a8252ff1
5 changed files with 148 additions and 31 deletions

View File

@@ -187,6 +187,7 @@ PFN_PulseLibFunction PulseLoadSymbolFromLibModule(PulseLibModule module, const c
void PulseUnloadLibrary(PulseLibModule module);
void PulseSetInternalError(PulseErrorType error);
uint32_t PulseHashString(const char* str);
void PulseLogBackend(PulseBackend backend, PulseDebugMessageSeverity type, const char* message, const char* file, const char* function, int line, ...);