This website requires JavaScript.
Explore
Help
Sign In
sin365
/
AxibugEmuOnline
Watch
1
Star
0
Fork
1
You've already forked AxibugEmuOnline
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f609feace5
AxibugEmuOnline
/
AxibugEmuOnline.Client
/
Assets
/
VirtualNes.Core
/
CoreLibs
/
ISoundDataBuffer.cs
8 lines
126 B
C#
Raw
Normal View
History
Unescape
Escape
考虑PSV Unity低版本 修改代码
2024-08-16 10:20:00 +08:00
namespace
VirtualNes.Core
音频 internal 翻译完毕
2024-08-02 16:50:16 +08:00
{
public
interface
ISoundDataBuffer
{
void
WriteByte
(
byte
value
)
;
}
}
Reference in New Issue
Copy Permalink