aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle
Commit message (Collapse)AuthorAge
* removed unknown fields from GX_CmdBufferHeaderGravatar bunnei2014-05-08
|
* removed unnecessary log messageGravatar bunnei2014-05-07
|
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-07
| | | | | - added a helper function for getting command buffer for services - fixed bug where GSP DMA was incorrectly being done in DataSynchronizationBarrier (instead of gsp_TriggerCmdReqQueue)
* - added debug logging to syscall.cppGravatar bunnei2014-05-06
| | | | - added stubbed HLE syscall functions for svc_GetResourceLimit and svc_GetResourceLimitCurrentValues
* added config_mem module for HLE of firmware configuration memory settingsGravatar bunnei2014-05-06
|
* - added CallMCR function to coprocessor HLE moduleGravatar bunnei2014-05-01
| | | | - moved instruction decoding to coprocessor HLE module
* fixed include in coprocessor.cppGravatar bunnei2014-05-01
|
* renamed hle "mrc" module to "coprocessor"Gravatar bunnei2014-05-01
|
* - added some function wrappers for HLEGravatar bunnei2014-05-01
| | | | | - added stub for SVC CreateAddressArbiter - added OutputDebugString SVC
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-27
|
* fixed weird spacingGravatar bunnei2014-04-27
|
* hackish but working way to set the framebuffer location to VRAM (used in ↵Gravatar bunnei2014-04-27
| | | | ARM11 demos tested thus far, e.g. yeti3DS)
* added simple GSP GPU ReadHWRegs function to support returning the ↵Gravatar bunnei2014-04-26
| | | | framebuffer address
* added preliminary DataSynchronizationBarrier support with simple DMA copyGravatar bunnei2014-04-26
|
* moved HLE::MRC to its own module, added support for catching data ↵Gravatar bunnei2014-04-25
| | | | synchronization barrier command
* fixed bug where svc_ControlMemory was not properly getting passed in parametersGravatar bunnei2014-04-25
|
* - added preliminary support for svc_MapMemoryBlockGravatar bunnei2014-04-24
| | | | | - added shared memory region - moarrrr cleanups to memory_map
* added GSP::RegisterInterruptRelayQueue functionGravatar bunnei2014-04-24
|
* - refactored how service functions are calledGravatar bunnei2014-04-24
| | | | - added option to create/delete service handles
* renamed hw_lcd module to just lcdGravatar bunnei2014-04-17
|
* added GSP heap memory allocationGravatar bunnei2014-04-17
|
* added a new function wrapperGravatar bunnei2014-04-16
|
* fixed bug with printing std::string in log messagesGravatar bunnei2014-04-16
|
* added class stub for HID:User serviceGravatar bunnei2014-04-16
|
* updated service commentsGravatar bunnei2014-04-16
|
* - fixed tabs in function_wrappers.hGravatar bunnei2014-04-16
| | | | | - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-16
| | | | - various cleanups/refactors to HLE services
* removed no longer used function headerGravatar bunnei2014-04-15
|
* restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-15
|
* fixed naming for APT_UGravatar bunnei2014-04-15
|
* - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-15
| | | | | - added function tables for service calls - lots of refactoring
* added a stub for GetLockHandleGravatar bunnei2014-04-13
|
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-13
|
* renamed class Interface_SRV to SRVGravatar bunnei2014-04-13
|
* added some very initial command parsing for SRV SyncGravatar bunnei2014-04-13
|
* added a GetPointer function for reading from HLE command bufferGravatar bunnei2014-04-13
|
* added OS memory read/write for thread command bufferGravatar bunnei2014-04-12
|
* cleanups to service HLEGravatar bunnei2014-04-12
|
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-12
| | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
* - renamed hle_syscall to just syscallGravatar bunnei2014-04-11
| | | | - added service.h as an initial service interface
* replace tabs with spacesGravatar bunnei2014-04-11
|
* moved hle.cpp into hle folder (due to mistake earlier)Gravatar bunnei2014-04-11
|
* added remaining known syscall functions to Syscall_TableGravatar bunnei2014-04-11
|
* base code to call a syscall from ARM11 appcoreGravatar bunnei2014-04-10
|
* changed some naming/misc cleanupsGravatar bunnei2014-04-10
|
* - removed syscall classes (will just use HLEFunction)Gravatar bunnei2014-04-10
| | | | | - added hle.cpp and module registration - removed unused code
* added initial modules for setting up SysCall HLEGravatar bunnei2014-04-10