mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
yes
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
#include <Pulse.h>
|
||||
#include "../../PulseInternal.h"
|
||||
|
||||
#ifdef __STDC_NO_ATOMICS__
|
||||
#error "Atomic support is not present"
|
||||
#endif
|
||||
|
||||
#include "Soft.h"
|
||||
#include "SoftDevice.h"
|
||||
|
||||
|
||||
@@ -9,10 +9,6 @@
|
||||
#ifndef PULSE_SOFTWARE_H_
|
||||
#define PULSE_SOFTWARE_H_
|
||||
|
||||
#ifdef __STDC_NO_ATOMICS__
|
||||
#error "Atomic support is not present"
|
||||
#endif
|
||||
|
||||
#define SOFT_RETRIEVE_DRIVER_DATA_AS(handle, cast) ((cast)handle->driver_data)
|
||||
|
||||
PulseBackendFlags SoftCheckSupport(PulseBackendFlags candidates, PulseShaderFormatsFlags shader_formats_used); // Return PULSE_BACKEND_SOFTWARE in case of success and PULSE_BACKEND_INVALID otherwise
|
||||
|
||||
Reference in New Issue
Block a user