mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-20 17:00:32 +00:00
More Cleanup
Probably some more missing stuff from the Cmakelist but I don't have it setup to test
This commit is contained in:
parent
0414b072a4
commit
ef836c6022
@ -1,6 +1,12 @@
|
||||
set(SRCS
|
||||
Debugger/Breakpoints.cpp
|
||||
Debugger/SymbolMap.cpp
|
||||
Dialog/PSPDialog.cpp
|
||||
Dialog/PSPMsgDialog.cpp
|
||||
Dialog/PSPPlaceholderDialog.cpp
|
||||
Dialog/PSPSaveDialog.cpp
|
||||
Dialog/SavedataParam.cpp
|
||||
Dialog/PSPOskDialog.cpp
|
||||
MIPS/MIPS.cpp
|
||||
MIPS/MIPSAnalyst.cpp
|
||||
MIPS/MIPSCodeUtils.cpp
|
||||
|
@ -83,7 +83,6 @@ void PSPMsgDialog::DisplayYesNo()
|
||||
}
|
||||
void PSPMsgDialog::DisplayEnterBack()
|
||||
{
|
||||
|
||||
PPGeDrawImage(okButtonImg, 200, 220, 20, 20, 0, 0xFFFFFFFF);
|
||||
PPGeDrawText("Enter", 230, 220, PPGE_ALIGN_LEFT, 0.5f, 0xFFFFFFFF);
|
||||
PPGeDrawImage(cancelButtonImg, 290, 220, 20, 20, 0, 0xFFFFFFFF);
|
||||
@ -103,7 +102,6 @@ void PSPMsgDialog::Update()
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
const char *text;
|
||||
if (messageDialog.type == 0) {
|
||||
char temp[256];
|
||||
|
@ -222,7 +222,7 @@ void PSPOskDialog::Update()
|
||||
{
|
||||
status = SCE_UTILITY_STATUS_SHUTDOWN;
|
||||
}
|
||||
|
||||
// just fake the return values to be "000000" as this will work for most cases e.g. when restricted to entering just numbers
|
||||
Memory::Write_U16(0x0030,oskData.outtextPtr);
|
||||
Memory::Write_U16(0x0030,oskData.outtextPtr+2);
|
||||
Memory::Write_U16(0x0030,oskData.outtextPtr+4);
|
||||
@ -235,5 +235,4 @@ void PSPOskDialog::Update()
|
||||
oskData.result = SceUtilityOskResult::PSP_UTILITY_OSK_RESULT_CHANGED;
|
||||
Memory::WriteStruct(oskParams.SceUtilityOskDataPtr, &oskData);
|
||||
Memory::WriteStruct(oskParamsAddr, &oskParams);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user