mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
renamed audio format class to PcmAudio.
This commit is contained in:
parent
182ab4b019
commit
5288e75c6b
@ -32,7 +32,7 @@ using ZLibNet;
|
||||
namespace GameRes.Formats.Circus
|
||||
{
|
||||
[Export(typeof(AudioFormat))]
|
||||
public class PmwAudio : WaveAudio
|
||||
public class PcmAudio : WaveAudio
|
||||
{
|
||||
public override string Tag { get { return "PCM"; } }
|
||||
public override string Description { get { return "Circus PCM audio"; } }
|
||||
|
Loading…
Reference in New Issue
Block a user