aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Process.cs
AgeCommit message (Expand)Author
2018-04-04Remove useless spacinggdkchan
2018-03-20Rename IpcServices -> Servicesgdkchan
2018-03-20Support different framebuffer offsets (fixes #59)gdkchan
2018-03-19[WIP] Add support for events (#60)gdkchan
2018-03-13Add pl:u stub, use higher precision on CNTPCT_EL0 register tick countgdkchan
2018-03-12Allow more than one process, free resources on process dispose, implement Svc...gdkchan
2018-03-09Disable memory checks by default, even on debug, move ram memory allocation i...gdkchan
2018-03-04Fix hid touch screen timestamp, add more log infogdkchan
2018-03-02Refactor HID, fix issues (#48)gdkchan
2018-02-27Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ...gdkchan
2018-02-25Fix regression introduced on last commit with wrong ImageEndgdkchan
2018-02-25Added initial support for function names from symbol table on the cpu with tr...gdkchan
2018-02-23Map heap on heap base region, fix for thread start on homebrew, add FCVTMU an...gdkchan
2018-02-21Initiale hbmenu.nro support (#32)Ac_K
2018-02-20Split main project into core,graphics and chocolarm4 subproject (#29)emmauss