This commit is contained in:
2025-03-03 14:09:21 +01:00
parent b1102874e6
commit 8c7b2bb44f
4 changed files with 4 additions and 8 deletions

View File

@@ -11,10 +11,6 @@
#define SOFTWARE_RETRIEVE_DRIVER_DATA_AS(handle, cast) ((cast)handle->driver_data)
typedef struct SoftDriverData
{
} SoftDriverData;
PulseBackendFlags SoftCheckSupport(PulseBackendFlags candidates, PulseShaderFormatsFlags shader_formats_used); // Return PULSE_BACKEND_SOFTWARE in case of success and PULSE_BACKEND_INVALID otherwise
#endif // PULSE_SOFTWARE_H_