diff options
| author | 2022-11-20 10:14:22 -0500 | |
|---|---|---|
| committer | 2022-11-20 10:14:22 -0500 | |
| commit | eb0713f78171b2b3fcc19d3d4017fcb76a055909 (patch) | |
| tree | bdc04de7ca93c2b44f167d8e04e6ef6ad98a891f /src | |
| parent | Merge pull request #9238 from german77/cabinet_applet (diff) | |
| download | yuzu-eb0713f78171b2b3fcc19d3d4017fcb76a055909.tar.gz yuzu-eb0713f78171b2b3fcc19d3d4017fcb76a055909.tar.xz yuzu-eb0713f78171b2b3fcc19d3d4017fcb76a055909.zip | |
dmnt:cht: fix copy-paste error
Diffstat (limited to '')
| -rw-r--r-- | src/core/memory/dmnt_cheat_vm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/memory/dmnt_cheat_vm.cpp b/src/core/memory/dmnt_cheat_vm.cpp index de96fcb8e..31ffc4fbb 100644 --- a/src/core/memory/dmnt_cheat_vm.cpp +++ b/src/core/memory/dmnt_cheat_vm.cpp | |||
| @@ -761,7 +761,7 @@ void DmntCheatVm::Execute(const CheatProcessMetadata& metadata) { | |||
| 761 | u64 src_address = | 761 | u64 src_address = |
| 762 | GetCheatProcessAddress(metadata, begin_cond->mem_type, begin_cond->rel_address); | 762 | GetCheatProcessAddress(metadata, begin_cond->mem_type, begin_cond->rel_address); |
| 763 | u64 src_value = 0; | 763 | u64 src_value = 0; |
| 764 | switch (store_static->bit_width) { | 764 | switch (begin_cond->bit_width) { |
| 765 | case 1: | 765 | case 1: |
| 766 | case 2: | 766 | case 2: |
| 767 | case 4: | 767 | case 4: |