d88b5c7621Fix GetAudioRenderersProcessMasterVolume which was totally wrong
gdkchan
2018-03-12 16:29:06 -03:00
e32f27158fStub GetAudioRenderersProcessMasterVolume and avoid blowing up the stack inside HDomains Dispose method
gdkchan
2018-03-12 02:07:48 -03:00
8cb23c133bAdd bsd:s service variant again
gdkchan
2018-03-12 01:15:39 -03:00
7a27990faaAllow more than one process, free resources on process dispose, implement SvcExitThread
gdkchan
2018-03-12 01:04:52 -03:00
3aaa4717b6Implement BSD Service (#54)
Ac_K
2018-03-12 02:05:39 +01:00
28275a8976Do not sign-extend timestamps
gdkchan
2018-03-10 20:51:55 -03:00
3777fb44cfAllow to enable/disable memory checks even on release mode through the flag, return error for invalid addresses on SvcMap*Memory svcs, do not return error on SvcQueryMemory (instead, return reserved for the end of the address space), other minor tweaks
gdkchan
2018-03-10 20:39:16 -03:00
553f6c2976Fix EmitScalarUnaryOpF and add SSRA (vector)
gdkchan
2018-03-10 00:00:31 -03:00
5912bd2bebDisable memory checks by default, even on debug, move ram memory allocation inside the CPU, since the size if fixed anyway, better heap region size
gdkchan
2018-03-09 23:12:57 -03:00
4f177c9ee7More Vi/NvFlinger/NvDrv stubs, allow paths starting with //, do not allow paths that don't start with at least a /, increase map region size
gdkchan
2018-03-06 17:27:50 -03:00
344fc8a55dTry fixing NvFlinger rotation with scaling, return correct error code on WaitSignal timeout, always display window at the center of the screen
gdkchan
2018-03-04 20:32:18 -03:00
f876bd2a80Change 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
gdkchan
2018-02-27 20:45:07 -03:00
708761963eFix corner cases of ADCS and SBFM
gdkchan
2018-02-26 15:56:34 -03:00
13214ffa43Fix regression introduced on last commit with wrong ImageEnd
gdkchan
2018-02-25 22:44:30 -03:00
950011c90fAdded 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
gdkchan
2018-02-25 22:14:58 -03:00
e174100474Implement many objects, improve logging. (#42)
Ac_K
2018-02-25 19:58:16 +01:00
fba0bf8732Refactor IPC services to have commands into separate classes, fix readme url
gdkchan
2018-02-25 01:34:16 -03:00
31b35a9645Add FABD (scalar), ADCS, SBCS instructions, update config with better default control mappings, update readme with the new mappings
gdkchan
2018-02-24 18:47:08 -03:00
035efc913eFix cpu issue with cmp optimization, add HINT and FRINTX (scalar) instructions, fix for NvFlinger sometimes missing free buffers
gdkchan
2018-02-24 11:19:28 -03:00
3936c93448Map 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
gdkchan
2018-02-23 21:59:38 -03:00
2ed733b1d5Somewhat better NvFlinger (I guess) (fixes#30)
gdkchan
2018-02-23 18:48:27 -03:00
eafc58c9f2Add flags parameters in singleOpcode function, and add ADC Test (#36)
MS-DOS1999
2018-02-23 15:53:32 +01:00
f09a0082bfReview of cpu tests and creation of a class for mixed cpu tests. (#35)
LDj3SNuD
2018-02-23 13:29:20 +01:00