mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 00:29:57 +00:00
Fix a bad constant and unused var.
This commit is contained in:
parent
3a36d5a0fa
commit
b243df424e
@ -156,7 +156,7 @@ void CtrlMemView::paintEvent(QPaintEvent *)
|
||||
sprintf(temp, "%s (0x%x b)", symbolMap.GetSymbolName(fn),symbolMap.GetSymbolSize(fn));
|
||||
painter.drawText(205,rowY1 - 2 + rowHeight, temp);
|
||||
|
||||
textPen.setColor(0xFF0000000);
|
||||
textPen.setColor(0xFF000000);
|
||||
painter.setPen(textPen);
|
||||
|
||||
if (align==4)
|
||||
|
@ -174,7 +174,6 @@
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_OptionsHardwareTransform"/>
|
||||
<addaction name="action_OptionsVertexCache"/>
|
||||
<addaction name="action_OptionsDisplayRawFramebuffer"/>
|
||||
<addaction name="actionFrameskip"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuCore">
|
||||
|
Loading…
Reference in New Issue
Block a user