This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
flycast
mirror of
https://github.com/flyinghead/flycast.git
Watch
1
Star
0
Fork
You've already forked flycast
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3c57177d38
flycast
/
core
/
oslib
/
audiobackend_oss.h
5 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
Added OSS audio backend This adds the OSS audio backend and removes OSS code from core/linux-dist/main.cpp and core/sdl/main.cpp. The OSS backend will be included during compilation if the USE_OSS flag is set. Although OSS code in core/linux-dist/main.cpp depended on the TARGET_PANDORA flag instead of USE_OSS, the latter should work too since it is defined in the Pandora Makefile (lines 7 & 83).
2015-04-14 19:31:40 +00:00
#
pragma once
#
include
"oslib/audiostream.h"
Added newline to end of files and removed obsolete code
2015-04-15 09:39:12 +00:00
extern
audiobackend_t
audiobackend_oss
;