summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* GSP::WriteHWRegsWithMask: fix register maskGravatar mailwl2017-01-141-1/+1
* Merge pull request #2425 from Subv/cleanup_todosGravatar bunnei2017-01-124-32/+30
|\
| * Threads: Check the process' resource limit for the max allowed priority when ...Gravatar Subv2017-01-112-13/+9
| * Thread: Added priority range checking to svcSetThreadPriority and removed pri...Gravatar Subv2017-01-113-18/+18
| * Y2R: Use the proper error code when GetStandardCoefficient receives an invali...Gravatar Subv2017-01-111-1/+3
* | Merge pull request #2308 from mailwl/ac-iGravatar bunnei2017-01-129-297/+424
|\ \ | |/ |/|
| * Service/AC: add ac:i serviceGravatar mailwl2016-12-309-297/+424
* | Merge pull request #2397 from Subv/pulseGravatar bunnei2017-01-105-13/+20
|\ \
| * | Kernel: Implemented Pulse event and timers.Gravatar Subv2017-01-055-13/+20
| |/
* | Merge pull request #2384 from bunnei/internal-res-optionGravatar bunnei2017-01-082-2/+1
|\ \
| * | config: Add option for specifying screen resolution scale factor.Gravatar bunnei2017-01-072-2/+1
* | | Merge pull request #1951 from wwylele/motion-sensorGravatar bunnei2017-01-075-8/+212
|\ \ \ | |/ / |/| |
| * | Frontend: make motion sensor interfaced thread-safeGravatar wwylele2016-12-292-2/+8
| * | Frontend: emulate motion sensorGravatar wwylele2016-12-265-8/+206
* | | Merge pull request #2410 from Subv/sleepthreadGravatar bunnei2017-01-063-0/+14
|\ \ \
| * | | Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...Gravatar Subv2017-01-053-0/+14
* | | | Merge pull request #2396 from Subv/sema_acquireGravatar bunnei2017-01-061-1/+2
|\ \ \ \
| * | | | Kernel/Semaphore: Fixed a regression in semaphore waits.Gravatar Subv2017-01-051-1/+2
| |/ / /
* | | | Kernel: Fix SharedMemory objects always returning error when addr = 0 (#2404)Gravatar Hyper2017-01-061-1/+5
* | | | Merge pull request #2408 from Subv/priority_boostingGravatar bunnei2017-01-061-27/+0
|\ \ \ \
| * | | | Kernel: Removed the priority boost code for starved threads.Gravatar Subv2017-01-051-27/+0
| |/ / /
* / / / Kernel: Remove some unused functions.Gravatar Subv2017-01-052-32/+0
|/ / /
* | | Merge pull request #2393 from Subv/synchGravatar Sebastian Valle2017-01-0517-159/+221
|\ \ \
| * | | Kernel: Add some asserts to enforce the invariants in the scheduler.Gravatar Subv2017-01-052-2/+13
| * | | Kernel: Remove a thread from all of its waiting objects' waiting_threads list...Gravatar Subv2017-01-051-18/+4
| * | | Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...Gravatar Subv2017-01-054-21/+22
| * | | Kernel: Use different thread statuses when a thread calls WaitSynchronization...Gravatar Subv2017-01-043-16/+20
| * | | Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...Gravatar Subv2017-01-045-42/+60
| * | | Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.Gravatar Subv2017-01-045-24/+42
| * | | Kernel/Mutex: Implemented priority inheritance.Gravatar Subv2017-01-045-31/+51
| * | | Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Gravatar Subv2017-01-0417-68/+56
| * | | Kernel/Synch: Do not attempt a reschedule on every syscall.Gravatar Subv2017-01-042-2/+18
| | |/ | |/|
* | | Fix some warnings (#2399)Gravatar Jonathan Hao2017-01-047-15/+8
* | | Service/NFC: stub GetTagInRangeEventGravatar mailwl2016-12-305-0/+42
|/ /
* | Merge pull request #2240 from wwylele/auto-regionGravatar bunnei2016-12-295-2/+91
|\ \
| * | Config: auto-select region and languageGravatar wwylele2016-12-075-2/+91
* | | Core: remove unused hle.cppGravatar wwylele2016-12-271-58/+0
* | | Core: reset cpu_core in Shutdown to make IsPoweredOn work properlyGravatar wwylele2016-12-241-0/+1
| |/ |/|
* | core: Move emu_window and key_map into coreGravatar MerryMage2016-12-237-2/+648
* | Service/NWM: add nwm servicesGravatar mailwl2016-12-2218-10/+317
* | Merge pull request #2366 from MerryMage/MemoryReadCodeGravatar bunnei2016-12-221-0/+1
|\ \
| * | arm_dynarmic: Provide MemoryReadCode callbackGravatar MerryMage2016-12-221-0/+1
* | | Merge pull request #2343 from bunnei/core-cleanupGravatar bunnei2016-12-2232-407/+377
|\ \ \ | |/ / |/| |
| * | ThreadContext: Move from "core" to "arm_interface".Gravatar bunnei2016-12-228-37/+26
| * | core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei2016-12-228-93/+91
| * | Address clang-format issues.Gravatar bunnei2016-12-216-32/+33
| * | core: Remove HLE module, consolidate code & various cleanups.Gravatar bunnei2016-12-2119-107/+94
| * | core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei2016-12-2112-311/+264
| * | core: Consolidate top-level system state into a singleton.Gravatar bunnei2016-12-212-23/+120
| * | loader: Remove duplicate docstrings.Gravatar bunnei2016-12-213-56/+0