summaryrefslogtreecommitdiffstats
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed unknown fields from GX_CmdBufferHeaderbunnei2014-05-081-5/+0
* removed unnecessary log messagebunnei2014-05-081-1/+1
* - removed HLE mem "hack" and replaced with kernel mem regionbunnei2014-05-087-105/+89
* - added debug logging to syscall.cppbunnei2014-05-072-135/+173
* added config_mem module for HLE of firmware configuration memory settingsbunnei2014-05-072-0/+91
* - added CallMCR function to coprocessor HLE modulebunnei2014-05-022-7/+20
* fixed include in coprocessor.cppbunnei2014-05-021-1/+1
* renamed hle "mrc" module to "coprocessor"bunnei2014-05-022-0/+0
* - added some function wrappers for HLEbunnei2014-05-022-10/+29
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei2014-04-283-9/+0
* fixed weird spacingbunnei2014-04-281-1/+1
* hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS)bunnei2014-04-271-3/+9
* added simple GSP GPU ReadHWRegs function to support returning the framebuffer addressbunnei2014-04-261-1/+37
* added preliminary DataSynchronizationBarrier support with simple DMA copybunnei2014-04-261-7/+39
* moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei2014-04-254-10/+52
* fixed bug where svc_ControlMemory was not properly getting passed in parametersbunnei2014-04-251-2/+2
* - added preliminary support for svc_MapMemoryBlockbunnei2014-04-251-4/+34
* added GSP::RegisterInterruptRelayQueue functionbunnei2014-04-251-31/+40
* - refactored how service functions are calledbunnei2014-04-255-19/+39
* renamed hw_lcd module to just lcdbunnei2014-04-181-2/+0
* added GSP heap memory allocationbunnei2014-04-181-1/+25
* added a new function wrapperbunnei2014-04-171-0/+5
* fixed bug with printing std::string in log messagesbunnei2014-04-171-2/+2
* added class stub for HID:User servicebunnei2014-04-173-0/+72
* updated service commentsbunnei2014-04-176-5/+17
* - fixed tabs in function_wrappers.hbunnei2014-04-174-395/+413
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-167-7/+103
* removed no longer used function headerbunnei2014-04-161-2/+0
* restructured hle:services completely to use function lookup tablesbunnei2014-04-165-137/+215
* fixed naming for APT_Ubunnei2014-04-163-9/+9
* - extracted srv: calls from service.cpp and put in its own modulebunnei2014-04-164-106/+105
* added a stub for GetLockHandlebunnei2014-04-143-9/+44
* added framework for APT service (application and title launching service)bunnei2014-04-135-5/+118
* renamed class Interface_SRV to SRVbunnei2014-04-131-6/+6
* added some very initial command parsing for SRV Syncbunnei2014-04-131-5/+31
* added a GetPointer function for reading from HLE command bufferbunnei2014-04-132-0/+14
* added OS memory read/write for thread command bufferbunnei2014-04-132-3/+55
* cleanups to service HLEbunnei2014-04-132-8/+8
* - added HLE to connect to "srv:" servicebunnei2014-04-135-130/+328
* - renamed hle_syscall to just syscallbunnei2014-04-125-101/+145
* replace tabs with spacesbunnei2014-04-121-6/+6
* moved hle.cpp into hle folder (due to mistake earlier)bunnei2014-04-121-0/+57
* added remaining known syscall functions to Syscall_Tablebunnei2014-04-111-0/+80
* base code to call a syscall from ARM11 appcorebunnei2014-04-113-7/+56
* changed some naming/misc cleanupsbunnei2014-04-113-18/+17
* - removed syscall classes (will just use HLEFunction)bunnei2014-04-113-15/+17
* added initial modules for setting up SysCall HLEbunnei2014-04-114-0/+825