Thomas Guillemard
|
fa4b34bd19
Add a C++ demangler (#119)
|
8 yıl önce |
gdkchan
|
73a3233d57
Fix some races in SvcThreadSync and change the way how yield works
|
8 yıl önce |
gdkchan
|
ee0b14ba08
Some improvements to SetThreadCoreMask, simplified implementation of wait lists
|
8 yıl önce |
gdkchan
|
4546d1b9be
Initial work to support changing thread core on the scheduler, also some cond var priority fixes
|
8 yıl önce |
gdkchan
|
34037701c7
NvServices refactoring (#120)
|
8 yıl önce |
gdkchan
|
81e74ebd86
Remove thread from the threads list when it finishes, remove debug code
|
8 yıl önce |
gdkchan
|
a8ba340dde
Improved logging (#103)
|
8 yıl önce |
gdkchan
|
db0aa54233
Print guest stack trace on a few points that can throw exceptions
|
8 yıl önce |
gdkchan
|
bd9b1e2c6b
Stub a few services, add support for generating call stacks on the CPU
|
8 yıl önce |
gdkchan
|
90279d96ea
Implement the synchronization primitives like the Horizon kernel does (#97)
|
8 yıl önce |
gdkchan
|
6e69cd9284
Fix bad merge, and a few other fixes
|
8 yıl önce |
gdkchan
|
b9af34f3dd
[HLE/Kernel] Somewhat improved sync primitives
|
8 yıl önce |
emmauss
|
bbcad307bd
Add logclass, made changes to logging calls (#79)
|
8 yıl önce |
gdkchan
|
b27944c0b5
Bump the maximum number of threads
|
8 yıl önce |
gdkchan
|
69e32e5bbc
Rename services with the official interface names
|
8 yıl önce |
gdkchan
|
a3d6baab91
Remove useless spacing
|
8 yıl önce |
gdkchan
|
e922c3627a
Rename IpcServices -> Services
|
8 yıl önce |
gdkchan
|
1bd99e5597
Support different framebuffer offsets (fixes #59)
|
8 yıl önce |
gdkchan
|
4314a8f3e5
[WIP] Add support for events (#60)
|
8 yıl önce |
gdkchan
|
2ed24af756
Add pl:u stub, use higher precision on CNTPCT_EL0 register tick count
|
8 yıl önce |
gdkchan
|
7a27990faa
Allow more than one process, free resources on process dispose, implement SvcExitThread
|
8 yıl önce |
gdkchan
|
5912bd2beb
Disable memory checks by default, even on debug, move ram memory allocation inside the CPU, since the size if fixed anyway, better heap region size
|
8 yıl önce |
gdkchan
|
8dcffe6a51
Fix hid touch screen timestamp, add more log info
|
8 yıl önce |
gdkchan
|
c14c69a10c
Refactor HID, fix issues (#48)
|
8 yıl önce |
gdkchan
|
f876bd2a80
Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it is no longer needed with direct memory access, move some memory management logic out of AMemoryMgr, change default virtual filesystem path to AppData
|
8 yıl önce |
gdkchan
|
13214ffa43
Fix regression introduced on last commit with wrong ImageEnd
|
8 yıl önce |
gdkchan
|
950011c90f
Added initial support for function names from symbol table on the cpu with tracing, fix wrong ImageEnd on executables with MOD0, fix issue on the CPU on input elimination for instruction with more than one register store
|
8 yıl önce |
gdkchan
|
3936c93448
Map heap on heap base region, fix for thread start on homebrew, add FCVTMU and FCVTPU (general) instructions, fix FMOV (higher 64 bits) encodings, improve emit code for FCVT* (general) instructions
|
8 yıl önce |
Ac_K
|
224211367f
Initiale hbmenu.nro support (#32)
|
8 yıl önce |
emmauss
|
62b827f474
Split main project into core,graphics and chocolarm4 subproject (#29)
|
8 yıl önce |