| 98 | } |
| 99 | |
| 100 | int RamSearchModel::predictScanCount(int mem_flags) |
| 101 | { |
| 102 | std::unique_ptr<MemLayout> memlayout (new MemLayout(context->game_pid)); |
| 103 | return memlayout->totalSize(MemSection::MemAll, mem_flags); |
| 104 | } |
| 105 | |
| 106 | uint64_t RamSearchModel::scanCount() |
| 107 | { |