mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-11-27 00:30:40 +00:00
22 lines
272 B
C++
22 lines
272 B
C++
/*
|
|
$info$
|
|
tags: thunklibs|asound
|
|
$end_info$
|
|
*/
|
|
|
|
extern "C" {
|
|
#include <alsa/asoundlib.h>
|
|
}
|
|
|
|
#include <stdio.h>
|
|
#include <cstring>
|
|
#include <map>
|
|
#include <string>
|
|
|
|
#include "common/Guest.h"
|
|
#include <stdarg.h>
|
|
|
|
#include "thunkgen_guest_libasound.inl"
|
|
|
|
LOAD_LIB(libasound)
|