mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
Log include fixes
This commit is contained in:
parent
efa538f9d7
commit
b005ee3cda
108 changed files with 811 additions and 825 deletions
|
@ -1,10 +1,6 @@
|
|||
#include "stdafx.h"
|
||||
#include "Utilities/Log.h"
|
||||
#include "Emu/Memory/Memory.h"
|
||||
#include "Emu/System.h"
|
||||
#include "SysCalls.h"
|
||||
|
||||
#define FUNC_LOG_ERROR(x) LOG_ERROR(HLE, x); return 0
|
||||
std::string SysCalls::GetHLEFuncName(const u32 fid)
|
||||
{
|
||||
switch(fid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue