aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Process.cs
AgeCommit message (Expand)Author
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LL...gdkchan
2018-05-22Add a C++ demangler (#119)Thomas Guillemard
2018-05-15Fix some races in SvcThreadSync and change the way how yield worksgdkchan
2018-05-14Some improvements to SetThreadCoreMask, simplified implementation of wait listsgdkchan
2018-05-13Initial work to support changing thread core on the scheduler, also some cond...gdkchan
2018-05-07NvServices refactoring (#120)gdkchan
2018-04-26Remove thread from the threads list when it finishes, remove debug codegdkchan
2018-04-24Improved logging (#103)gdkchan
2018-04-22Print guest stack trace on a few points that can throw exceptionsgdkchan
2018-04-22Stub a few services, add support for generating call stacks on the CPUgdkchan
2018-04-21Implement the synchronization primitives like the Horizon kernel does (#97)gdkchan
2018-04-19Fix bad merge, and a few other fixesgdkchan
2018-04-18[HLE/Kernel] Somewhat improved sync primitivesgdkchan
2018-04-13Add logclass, made changes to logging calls (#79)emmauss
2018-04-06Bump the maximum number of threadsgdkchan
2018-04-06Rename services with the official interface namesgdkchan
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