summaryrefslogtreecommitdiff
path: root/src/core/hle/hle.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* HLE: Clean up SVC dispatch mechanismGravatar Yuri Kunde Schlesner2015-05-061-46/+3
* HLE: Properly initialize and shutdown remaining modules.Gravatar bunnei2015-05-011-3/+6
* De-inline functions from Interface, removing them from service.hGravatar Yuri Kunde Schlesner2015-04-141-0/+1
* Merge pull request #538 from yuriks/perf-statGravatar Tony Wasserka2015-03-071-0/+6
|\
| * Add profiling infrastructure and widgetGravatar Yuri Kunde Schlesner2015-03-011-0/+6
* | Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-031-9/+0
|/
* Merge pull request #570 from purpasmart96/config_memGravatar bunnei2015-02-181-0/+2
|\
| * ConfigMem: Clean up the Config memory to be more like the shared page and movedGravatar purpasmart962015-02-161-0/+2
* | core: Apply static to local functionsGravatar Lioncash2015-02-131-2/+2
|/
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-1/+1
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxGravatar archshift2015-01-211-0/+3
* Merge pull request #383 from zhuowei/shared_pageGravatar bunnei2015-01-181-0/+3
|\
| * Add some support for the shared page (currently 3d slider is implemented)Gravatar Zhuowei Zhang2015-01-151-0/+3
* | Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-091-0/+1
|/
* ARM: Add a mechanism for faking CPU time elapsed during HLE.Gravatar bunnei2014-12-251-0/+8
* CFG: Create a new subfolder cfg inside service to handle cfgGravatar Subv2014-12-211-0/+3
* License changeGravatar purpasmart962014-12-201-1/+1
* HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-161-0/+3
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-7/+5
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-3/+3
* core: Prune redundant includesGravatar archshift2014-09-081-1/+0
* HLE: Removed usnused EatCycles function.Gravatar bunnei2014-06-131-4/+0
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-131-1/+1
* hle: added a hokey way to force a thread reschedule during CPU single step mo...Gravatar bunnei2014-06-051-0/+3
* kernel: changed main thread priority to default, updated Kernel::Reschedule t...Gravatar bunnei2014-06-011-2/+3
* hle: cleaned up log messagesGravatar bunnei2014-05-291-3/+3
* renamed "syscall" module to "svc" (more accurate naming)Gravatar bunnei2014-05-201-7/+7
* added function stubs for EatCycles and ReScheduleGravatar bunnei2014-05-141-0/+11
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-071-47/+0
* moved HLE::MRC to its own module, added support for catching data synchroniza...Gravatar bunnei2014-04-251-8/+0
* - fixed tabs in function_wrappers.hGravatar bunnei2014-04-161-1/+1
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-131-0/+1
* added a GetPointer function for reading from HLE command bufferGravatar bunnei2014-04-131-0/+8
* added OS memory read/write for thread command bufferGravatar bunnei2014-04-121-2/+43
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-121-0/+13
* - renamed hle_syscall to just syscallGravatar bunnei2014-04-111-2/+2
* moved hle.cpp into hle folder (due to mistake earlier)Gravatar bunnei2014-04-111-0/+57