This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
fceux
mirror of
https://github.com/TASEmulators/fceux.git
Watch
1
Star
0
Fork
You've already forked fceux
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
60abe35afb
fceux
/
src
/
wave.h
5 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
Trying to untangle the horrible web of file dependencies
2007-02-11 12:04:24 +00:00
#
include
"types.h"
moved fceu to its own folder to make room for other projects [[Split portion of a mixed commit.]]
2006-07-29 05:46:15 +00:00
void
FCEU_WriteWaveData
(
int32
*
Buffer
,
int
Count
)
;
Changes that allow a Linux machine to build, targeting either a Linux or Win32 host. (Maybe a newline at the end of a few header files for my sanity's sake too.)
2008-05-27 05:29:00 +00:00
int
FCEUI_EndWaveRecord
(
)
;