diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-10-24 14:51:02 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-10-24 14:51:02 +0200 |
| commit | e9a2f9ff6281eac45b1e10457f3c79f780451c02 (patch) | |
| tree | 933188d690b3cb345fdf1acd1fd50f2910d0ce13 /src/wrapped/wrappedopenal.c | |
| parent | 1fc382f74f62ff88ed33b822988438180d195402 (diff) | |
| download | box64-e9a2f9ff6281eac45b1e10457f3c79f780451c02.tar.gz box64-e9a2f9ff6281eac45b1e10457f3c79f780451c02.zip | |
Added wrapped OpenCL (mostly complete, for wine)
Diffstat (limited to 'src/wrapped/wrappedopenal.c')
| -rw-r--r-- | src/wrapped/wrappedopenal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedopenal.c b/src/wrapped/wrappedopenal.c index b9d35931..1d063f88 100644 --- a/src/wrapped/wrappedopenal.c +++ b/src/wrapped/wrappedopenal.c @@ -52,7 +52,7 @@ static void* find_Request_Fct(void* fct) #define GO(A) if(my_Request_fct_##A == 0) {my_Request_fct_##A = (uintptr_t)fct; return my_Request_##A; } SUPER() #undef GO - printf_log(LOG_NONE, "Warning, no more slot for zlib Request callback\n"); + printf_log(LOG_NONE, "Warning, no more slot for openal Request callback\n"); return NULL; } |