Qt/CheatManager: Default to unsigned/hex/halfword

This commit is contained in:
Connor McLaughlin 2020-12-19 02:01:30 +10:00
parent ca61f989fc
commit 076a2ca307
2 changed files with 10 additions and 4 deletions

View file

@ -233,12 +233,12 @@ private:
void SearchWords();
u32 m_value = 0;
MemoryAccessSize m_size = MemoryAccessSize::Word;
MemoryAccessSize m_size = MemoryAccessSize::HalfWord;
Operator m_operator = Operator::Equal;
PhysicalMemoryAddress m_start_address = 0;
PhysicalMemoryAddress m_end_address = 0x200000;
ResultVector m_results;
bool m_signed = true;
bool m_signed = false;
};
class MemoryWatchList

View file

@ -17,7 +17,7 @@
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
@ -202,6 +202,9 @@
</item>
<item>
<widget class="QComboBox" name="scanValueSigned">
<property name="currentIndex">
<number>1</number>
</property>
<item>
<property name="text">
<string>Signed</string>
@ -216,6 +219,9 @@
</item>
<item>
<widget class="QComboBox" name="scanValueBase">
<property name="currentIndex">
<number>1</number>
</property>
<item>
<property name="text">
<string>Decimal</string>
@ -240,7 +246,7 @@
<item row="2" column="1">
<widget class="QComboBox" name="scanSize">
<property name="currentIndex">
<number>2</number>
<number>1</number>
</property>
<item>
<property name="text">