Experimental Nintendo Switch emulator
Go to file
2018-03-18 22:52:52 +09:00
ARMv8 Add updateflag for 32bit 2018-03-18 22:52:52 +09:00
include Add support of 3src data proc(i.e MADD,SUB/MUL) 2018-03-18 20:12:48 +09:00
test Fixed determination logic of which x31 is 'Zero register' or 'Stack Pointer' 2018-03-10 01:30:18 +09:00
.gitignore Add initial support of Nintendo Switch system calls 2018-03-11 10:45:20 +09:00
.gitmodules Add test framework based on libtransisotr(Reswithed Team works) 2018-01-02 00:19:54 +09:00
Cpu.cpp Fixed bug of condition hold logic 2018-03-11 13:34:33 +09:00
LICENSE Initial commit 2017-10-23 17:34:28 +09:00
Main.cpp Add banner 2018-03-17 18:51:50 +09:00
Makefile Add initial support of Nintendo Switch system calls 2018-03-11 10:45:20 +09:00
Memory.cpp Changed memory map logic 2018-03-18 02:17:00 +09:00
NintendoObject.cpp Changed memory map logic 2018-03-18 02:17:00 +09:00
Nsemu.cpp Add banner 2018-03-17 18:51:50 +09:00
README.md Initial commit 2017-10-23 17:34:28 +09:00
Svc.cpp Add banner 2018-03-17 18:51:50 +09:00
Util.cpp Add NSO binary loader 2017-11-14 21:23:42 +09:00

NSEMU

NSEMU is Nintendo Switch Emulator. It allows you to play games on PC.