1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 07:00:23 +00:00
QB64-PE/internal/c/libqb/src
Matthew Kilgore cd5e312f5a Revert changes to miniaudio.h, move changes elsewhere
Changing midiaudio.h will make it harder to incorporate new versions
into QB64-PE as they come out. To fix that I have reverted all the
changes to midiaudio.h and moved the few private parts we were using
into a separate 'filepath' API that's part of libqb.
2022-09-08 23:59:19 -04:00
..
buffer.cpp Move QB64 compiler settings to libqb-common.h 2022-06-12 00:28:16 -04:00
filepath.cpp Revert changes to miniaudio.h, move changes elsewhere 2022-09-08 23:59:19 -04:00
threading-posix.cpp posix mutex shouldn't allow NULL 2022-06-14 23:56:17 -04:00
threading-windows.cpp Move QB64 compiler settings to libqb-common.h 2022-06-12 00:28:16 -04:00
threading.cpp Use mutex guard in completion implementation 2022-06-14 23:58:04 -04:00