mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-20 22:47:04 +02:00
core: device_manager: Add a simple class to manage device RAM.
This commit is contained in:
parent
a7b2390b73
commit
ea806268fa
5 changed files with 118 additions and 1 deletions
|
|
@ -35,6 +35,8 @@ add_library(core STATIC
|
|||
crypto/ctr_encryption_layer.h
|
||||
crypto/xts_encryption_layer.cpp
|
||||
crypto/xts_encryption_layer.h
|
||||
device_memory.cpp
|
||||
device_memory.h
|
||||
file_sys/bis_factory.cpp
|
||||
file_sys/bis_factory.h
|
||||
file_sys/card_image.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue