mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Some typos fixed (thanks to Nukem9)
cellSysutilCheckCallback() modified, some warnings converted
This commit is contained in:
parent
16c284214f
commit
b602260314
13 changed files with 28 additions and 23 deletions
|
|
@ -197,7 +197,7 @@ public:
|
|||
|
||||
u32 GetEntry() { return entry; }
|
||||
u32 GetMinAddr() { return min_addr; }
|
||||
u32 GetMaxAddr() { return min_addr; }
|
||||
u32 GetMaxAddr() { return max_addr; }
|
||||
};
|
||||
|
||||
class Loader : public LoaderBase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue