This commit is contained in:
2025-03-04 17:42:10 +01:00
parent 211700b955
commit 8fd62b365b
16 changed files with 173 additions and 46 deletions

View File

@@ -13,7 +13,7 @@
typedef struct SoftBuffer
{
void* buffer;
uint8_t* buffer;
void* map;
PulseMapMode current_map_mode;
} SoftBuffer;