mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 09:08:30 +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;
|
u32 uiReadPositionSecondBuf;
|
||||||
} PspBufferInfo;
|
} PspBufferInfo;
|
||||||
|
|
||||||
int sceAtracGetAtracID(uint uiCodecType);
|
int sceAtracGetAtracID(u32 uiCodecType);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new Atrac ID from the specified data
|
* Creates a new Atrac ID from the specified data
|
||||||
|
Reference in New Issue
Block a user