mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Typo fix, MOBILE_DEVICE
This commit is contained in:
parent
6bccc06628
commit
9ce874d2cf
2 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ void ElfReader::LoadRelocations2(int rel_seg)
|
|||
|
||||
|
||||
rel_offset = rel_base+segmentVAddr[off_seg];
|
||||
if (!Memory::IsValidAddress(relocate_to)) {
|
||||
if (!Memory::IsValidAddress(rel_offset)) {
|
||||
ERROR_LOG(LOADER, "ELF: Bad rel_offset: %08x", rel_offset);
|
||||
continue;
|
||||
}
|
||||
|
|
|
@ -219,7 +219,7 @@ void GameSettingsScreen::CreateViews() {
|
|||
blockTransfer->SetDisabledPtr(&g_Config.bSoftwareRendering);
|
||||
|
||||
bool showSoftGPU = true;
|
||||
#if PPSSPP_PLATFORM(ANDROID)
|
||||
#ifdef MOBILE_DEVICE
|
||||
// On Android, only show the software rendering setting if it's already enabled.
|
||||
// Can still be turned on through INI file editing.
|
||||
showSoftGPU = g_Config.bSoftwareRendering;
|
||||
|
|
Loading…
Add table
Reference in a new issue