summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | Merge pull request #2285 from mailwl/csnd-formatGravatar bunnei2016-12-222-49/+92
|\ \ \ | |/ / |/| |
| * | csnd:SND reformat source codeGravatar mailwl2016-12-122-49/+92
* | | Revert "Memory: Always flush whole pages from surface cache"Gravatar bunnei2016-12-171-10/+0
* | | Thread: remove the thread from the thread list when exitingGravatar wwylele2016-12-173-3/+15
* | | Merge pull request #2337 from lioncash/gdbGravatar bunnei2016-12-161-9/+8
|\ \ \
| * | | gdbstub: const correctness changesGravatar Lioncash2016-12-161-9/+8
* | | | Merge pull request #2322 from MerryMage/ctx-mnuGravatar Merry2016-12-165-0/+35
|\ \ \ \
| * | | | loader: Implement ReadProgramIdGravatar MerryMage2016-12-153-0/+28
| * | | | archive_source_sd_savedata: Add static method to get a specific save data pathGravatar MerryMage2016-12-152-0/+7
* | | | | Kernel: remove object's waiting thread if it is deadGravatar wwylele2016-12-161-1/+2
| |/ / / |/| | |
* | | | Merge pull request #2260 from Subv/schedulingGravatar bunnei2016-12-167-195/+209
|\ \ \ \
| * | | | Fixed the codestyle to match our clang-format rules.Gravatar Subv2016-12-143-27/+39
| * | | | Properly remove a thread from its wait_objects' waitlist when it is awoken by...Gravatar Subv2016-12-103-2/+11
| * | | | WaitSynch: Removed unused variables and reduced SharedPtr copies.Gravatar Subv2016-12-094-73/+56
| * | | | Use boost remove_erase_if instead of the erase-remove idiomGravatar Subv2016-12-061-2/+3
| * | | | Improved the algorithm for GetHighestPriorityReadyThread.Gravatar Subv2016-12-061-14/+13
| * | | | Threading: Added some utility functions and const correctness.Gravatar Subv2016-12-043-15/+35
| * | | | Threading: Reworked the way our scheduler works.Gravatar Subv2016-12-037-189/+179
* | | | | Merge pull request #2328 from wwylele/fix-traceGravatar Yuri Kunde Schlesner2016-12-151-11/+9
|\ \ \ \ \
| * | | | | FS: fix debug build from #2249Gravatar wwylele2016-12-161-11/+9
* | | | | | Merge pull request #2332 from lioncash/gdbGravatar Yuri Kunde Schlesner2016-12-155-16/+23
|\ \ \ \ \ \
| * | | | | | gdbstub: Remove global variable from public interfaceGravatar Lioncash2016-12-155-16/+23
* | | | | | | Merge pull request #2320 from mailwl/cecd-updateGravatar Yuri Kunde Schlesner2016-12-158-13/+81
|\ \ \ \ \ \ \
| * | | | | | | Service/CECD: Add cecd:ndm serviceGravatar mailwl2016-12-158-13/+81
* | | | | | | | Merge pull request #2331 from lioncash/truncGravatar bunnei2016-12-151-1/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | hid: Get rid of a double -> float truncation warningGravatar Lioncash2016-12-151-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2330 from lioncash/pragmaGravatar Sebastian Valle2016-12-153-0/+6
|\ \ \ \ \ \ \
| * | | | | | | core: Add missing #pragma once directives where applicableGravatar Lioncash2016-12-153-0/+6
| |/ / / / / /
* / / / / / / act: Fix docstring typoGravatar Lioncash2016-12-151-1/+1
|/ / / / / /
* | | | | | Merge pull request #2314 from mailwl/accountGravatar bunnei2016-12-158-10/+44
|\ \ \ \ \ \
| * | | | | | Service/ACT: move ACT services to folderGravatar mailwl2016-12-148-10/+44
| | |_|/ / / | |/| | | |
* | | | | | Memory: Always flush whole pages from surface cacheGravatar Yuri Kunde Schlesner2016-12-141-0/+10
| |/ / / / |/| | | |