There was an error fetching the commit references. Please try again later.
Merge pull request #1689 from Subv/shmem
Kernel: Implemented shared memory.
No related branches found
No related tags found
Showing
- src/core/CMakeLists.txt 2 additions, 0 deletionssrc/core/CMakeLists.txt
- src/core/hle/applets/applet.h 1 addition, 0 deletionssrc/core/hle/applets/applet.h
- src/core/hle/applets/mii_selector.cpp 7 additions, 2 deletionssrc/core/hle/applets/mii_selector.cpp
- src/core/hle/applets/swkbd.cpp 6 additions, 2 deletionssrc/core/hle/applets/swkbd.cpp
- src/core/hle/function_wrappers.h 2 additions, 1 deletionsrc/core/hle/function_wrappers.h
- src/core/hle/kernel/memory.cpp 0 additions, 1 deletionsrc/core/hle/kernel/memory.cpp
- src/core/hle/kernel/process.cpp 1 addition, 1 deletionsrc/core/hle/kernel/process.cpp
- src/core/hle/kernel/shared_memory.cpp 121 additions, 56 deletionssrc/core/hle/kernel/shared_memory.cpp
- src/core/hle/kernel/shared_memory.h 39 additions, 9 deletionssrc/core/hle/kernel/shared_memory.h
- src/core/hle/result.h 1 addition, 0 deletionssrc/core/hle/result.h
- src/core/hle/service/apt/apt.cpp 25 additions, 33 deletionssrc/core/hle/service/apt/apt.cpp
- src/core/hle/service/apt/bcfnt/bcfnt.cpp 71 additions, 0 deletionssrc/core/hle/service/apt/bcfnt/bcfnt.cpp
- src/core/hle/service/apt/bcfnt/bcfnt.h 87 additions, 0 deletionssrc/core/hle/service/apt/bcfnt/bcfnt.h
- src/core/hle/service/csnd_snd.cpp 8 additions, 5 deletionssrc/core/hle/service/csnd_snd.cpp
- src/core/hle/service/gsp_gpu.cpp 3 additions, 2 deletionssrc/core/hle/service/gsp_gpu.cpp
- src/core/hle/service/hid/hid.cpp 3 additions, 2 deletionssrc/core/hle/service/hid/hid.cpp
- src/core/hle/service/ir/ir.cpp 3 additions, 2 deletionssrc/core/hle/service/ir/ir.cpp
- src/core/hle/svc.cpp 37 additions, 12 deletionssrc/core/hle/svc.cpp
Loading
Please register or sign in to comment