mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
More random changes
This commit is contained in:
parent
a485957130
commit
a16d8ba3ea
211 changed files with 576 additions and 748 deletions
|
|
@ -2,8 +2,6 @@
|
|||
#include "Emu/Cell/lv2/sys_tty.h"
|
||||
#include "Emu/Cell/PPUModule.h"
|
||||
#include "Utilities/cfmt.h"
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
LOG_CHANNEL(sysPrxForUser);
|
||||
|
||||
|
|
@ -16,7 +14,7 @@ struct ps3_fmt_src
|
|||
ppu_thread* ctx;
|
||||
u32 g_count;
|
||||
|
||||
bool test(usz) const
|
||||
static bool test(usz)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
@ -40,7 +38,7 @@ struct ps3_fmt_src
|
|||
return out.size() - start;
|
||||
}
|
||||
|
||||
usz type(usz) const
|
||||
static usz type(usz)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue