- 11 May, 2021 15 commits
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- Fixes our error checking of names as well.
-
bunnei authored
- Fixes our move handles implementation to actually move objects. - Simplifies the traditional IPC path.
-
bunnei authored
-
bunnei authored
-
bunnei authored
- This was not actually closing sessions before.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- This allows us to create a new interface each time ConnectToNamedPort is called, removing the assumption that these are static.
-
bunnei authored
-
- 10 May, 2021 7 commits
- 09 May, 2021 5 commits
-
-
Morph authored
kernel: Delete unused files
-
german77 authored
-
Morph authored
externals: Update SDL to 107db2d8
-
lat9nq authored
Building it as a shared library causes issues distributing it to an AppImage, since linuxdeploy expects the executable to only dynamically link to system libraries. Additionally, simply dynamically linking to a library in the binary directory is bound to cause issues. Solution is to use SDL's CMake switches and build it statically. We also alias `SDL2` to `SDL2-static` on the external submodule for compatibility with the rest of the project.
-
- 08 May, 2021 3 commits
- 07 May, 2021 1 commit
-
-
bunnei authored
ldr: Simplify memory copy within LoadNro()
-
- 06 May, 2021 1 commit
-
-
Lioncash authored
We can use the dedicated memory function for performing copies instead of reading into a temporary buffer and then immediately writing it back out to memory. Eliminates a bit of heap memory churn.
-
- 05 May, 2021 8 commits