mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Remove some redundant uses of MOBILE_DEVICE. Goal is to one day get rid of that define.
This commit is contained in:
@@ -1405,10 +1405,6 @@ static PSPModule *__KernelLoadELFFromPtr(const u8 *ptr, size_t elfSize, u32 load
|
||||
|
||||
if (!module->isFake) {
|
||||
bool scan = true;
|
||||
#if defined(MOBILE_DEVICE)
|
||||
scan = g_Config.bFuncReplacements;
|
||||
#endif
|
||||
|
||||
// If the ELF has debug symbols, don't add entries to the symbol table.
|
||||
bool insertSymbols = scan && !reader.LoadSymbols();
|
||||
std::vector<SectionID> codeSections = reader.GetCodeSections();
|
||||
|
||||
Reference in New Issue
Block a user