early-access version 3139
This commit is contained in:
@@ -107,10 +107,9 @@ void EmulatedController::ReloadFromSettings() {
|
||||
original_npad_type = npad_type;
|
||||
}
|
||||
|
||||
Disconnect();
|
||||
if (player.connected) {
|
||||
Connect();
|
||||
} else {
|
||||
Disconnect();
|
||||
}
|
||||
|
||||
ReloadInput();
|
||||
|
@@ -761,7 +761,7 @@ void DmntCheatVm::Execute(const CheatProcessMetadata& metadata) {
|
||||
u64 src_address =
|
||||
GetCheatProcessAddress(metadata, begin_cond->mem_type, begin_cond->rel_address);
|
||||
u64 src_value = 0;
|
||||
switch (store_static->bit_width) {
|
||||
switch (begin_cond->bit_width) {
|
||||
case 1:
|
||||
case 2:
|
||||
case 4:
|
||||
|
Reference in New Issue
Block a user