mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-15 06:48:55 +02:00
Unity batch size
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
a5dea4fa65
commit
b378ae91bc
4 changed files with 11 additions and 1 deletions
|
|
@ -13,6 +13,10 @@
|
|||
#include "core/hle/kernel/k_process.h"
|
||||
#include "core/hle/kernel/svc.h"
|
||||
|
||||
#undef OutputDebugString
|
||||
#undef GetObject
|
||||
#undef CreateProcess
|
||||
|
||||
namespace Kernel::Svc {
|
||||
|
||||
static uint32_t GetArg32(std::span<uint64_t, 8> args, int n) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue