forked from eden-emu/eden
[hle] Initial DMNT implementation
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
fe4f5a3860
commit
b2dfd5a8a8
21 changed files with 1574 additions and 630 deletions
|
@ -10,7 +10,6 @@
|
|||
#include "common/common_types.h"
|
||||
#include "core/file_sys/nca_metadata.h"
|
||||
#include "core/file_sys/vfs/vfs_types.h"
|
||||
#include "core/memory/dmnt_cheat_types.h"
|
||||
|
||||
namespace Core {
|
||||
class System;
|
||||
|
@ -65,7 +64,7 @@ public:
|
|||
[[nodiscard]] bool HasNSOPatch(const BuildID& build_id, std::string_view name) const;
|
||||
|
||||
// Creates a CheatList object with all
|
||||
[[nodiscard]] std::vector<Core::Memory::CheatEntry> CreateCheatList(
|
||||
[[nodiscard]] std::vector<Service::DMNT::CheatEntry> CreateCheatList(
|
||||
const BuildID& build_id) const;
|
||||
|
||||
// Currently tracked RomFS patches:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue