mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Merge pull request #130 from MotoLegacy/uint-type
ATRAC3: Fix mysterious "uint" type reference in pspatrac3.h
This commit is contained in:
@@ -66,7 +66,7 @@ typedef struct {
|
||||
u32 uiReadPositionSecondBuf;
|
||||
} PspBufferInfo;
|
||||
|
||||
int sceAtracGetAtracID(uint uiCodecType);
|
||||
int sceAtracGetAtracID(u32 uiCodecType);
|
||||
|
||||
/**
|
||||
* Creates a new Atrac ID from the specified data
|
||||
|
Reference in New Issue
Block a user