Lioncash
|
540235bb05
file_sys/cheat_engine: Remove use of global system accessors
|
7 gadi atpakaļ |
bunnei
|
639f0c524d
Merge pull request #1933 from DarkLordZach/cheat-engine
|
7 gadi atpakaļ |
Lioncash
|
1b6bd9d6df
kernel: Move CodeSet structure to its own source files
|
7 gadi atpakaļ |
Zach Hilman
|
52ac6419da
vm_manager: Remove cheat-specific ranges from VMManager
|
7 gadi atpakaļ |
Zach Hilman
|
c100a4b8d4
loader/nso: Set main code region in VMManager
|
7 gadi atpakaļ |
Lioncash
|
7695febfa1
loader/nso: Remove dependency on the System class
|
7 gadi atpakaļ |
Zach Hilman
|
1c0226815d
patch_manager: Add support for dumping decompressed NSOs
|
7 gadi atpakaļ |
Lioncash
|
bed872ed38
nso: Return an optional address from LoadModule
|
7 gadi atpakaļ |
Lioncash
|
bb9cf8a127
nso: Make LoadModule take a VfsFile by const reference
|
7 gadi atpakaļ |
Lioncash
|
1abed2f4c4
kernel/process: Make CodeSet a regular non-inherited object
|
7 gadi atpakaļ |
Zach Hilman
|
f945e9767c
nso/nro: Use default allocation size for arg_data
|
7 gadi atpakaļ |
Zach Hilman
|
081f5c1dbf
cmd: Support passing game arguments from command line
|
7 gadi atpakaļ |
Zach Hilman
|
e09505ff61
nso/nro: Add NSO arguments structure to data section
|
7 gadi atpakaļ |
Zach Hilman
|
215b65fe75
nso: Optimize loading of IPS patches
|
7 gadi atpakaļ |
Zach Hilman
|
003b44822a
nso: Add framework to support patching of uncompressed NSOs
|
7 gadi atpakaļ |
Zach Hilman
|
3c9e70fefa
nso: Replace NSOHeader padding bytes with build ID
|
7 gadi atpakaļ |
Lioncash
|
cf9d6c6f52
kernel/process: Make data member variables private
|
7 gadi atpakaļ |
Lioncash
|
a63e6f9dfd
loader: Make the Load() function take a process as a regular reference, not a SharedPtr
|
7 gadi atpakaļ |
Lioncash
|
83377113bf
memory: Dehardcode the use of fixed memory range constants
|
7 gadi atpakaļ |
Lioncash
|
75603b005b
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
|
7 gadi atpakaļ |
David
|
1db1e013e0
Added support for uncompressed NSOs (#1374)
|
7 gadi atpakaļ |
Lioncash
|
2ea45fe75b
kernel/thread: Include thread-related enums within the kernel namespace
|
7 gadi atpakaļ |
Lioncash
|
4a587b81b2
core/core: Replace includes with forward declarations where applicable
|
8 gadi atpakaļ |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
8 gadi atpakaļ |
Lioncash
|
96c0b81a51
loader: Remove address mapping remnants from citra
|
8 gadi atpakaļ |
Lioncash
|
2beda7c2b3
kernel/process: Use accessors instead of class members for referencing segment array
|
8 gadi atpakaļ |
Lioncash
|
364b950515
nso: Silence implicit sign conversion warnings
|
8 gadi atpakaļ |
Lioncash
|
a25c5b982a
nso: Remove unused function ReadSegment()
|
8 gadi atpakaļ |
bunnei
|
dd0446ff43
Merge pull request #718 from lioncash/read
|
8 gadi atpakaļ |
Lioncash
|
9b22f856c2
loader/nso: Check if read succeeded in IdentifyFile() before checking magic value
|
8 gadi atpakaļ |