mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-26 15:11:01 +00:00
Add more ui syscall stubs
This commit is contained in:
@@ -153,7 +153,8 @@ inline void write_syscall_result(const syscall_context& c, const uint64_t result
|
||||
}
|
||||
}
|
||||
|
||||
inline void forward_syscall(const syscall_context& c, NTSTATUS (*handler)())
|
||||
template <typename Result>
|
||||
void forward_syscall(const syscall_context& c, Result (*handler)())
|
||||
{
|
||||
const auto ip = c.emu.read_instruction_pointer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user