aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Expand)Author
2017-02-13HLE/IPC: Fix uninitialized variables in helpers (#2568)Yuri Kunde Schlesner
2017-02-13NWM changed to NIMnoah the goodra
2017-02-13turned clang format back onnoah the goodra
2017-02-13Merge pull request #2561 from wwylele/fs-romYuri Kunde Schlesner
2017-02-13loader: use self NCCH archivewwylele
2017-02-13file_sys: add Self NCCH archivewwylele
2017-02-11hid: remove the touch field from PadState (#2557)Weiyi Wang
2017-02-05Merge pull request #2027 from Lectem/ipcrefactorWeiyi Wang
2017-02-05fix wwylele's comment and use typename in templatesLectem
2017-02-03Merge pull request #2496 from mailwl/cfg-memYuri Kunde Schlesner
2017-02-02GSP_GPU::StoreDataCache stubbed (#2428)mailwl
2017-01-31HLE/Applets: Stub Mint (eShop) Applet (#2463)mailwl
2017-01-30Core: update Kernel Config Memory to latest version (11.2)mailwl
2017-01-29Merge pull request #2368 from wwylele/camera-2Yuri Kunde Schlesner
2017-01-29Merge pull request #2429 from wwylele/auto-language-fixYuri Kunde Schlesner
2017-01-29core: fix err_f.cpp warning about unhandled enumeration value on OSXKloen
2017-01-25Merge pull request #2434 from mailwl/nfc-amiiboYuri Kunde Schlesner
2017-01-23core: fix mic_u warnings on MSVCKloen
2017-01-20HID: reset acceleroeter and gyroscope index in Initwwylele
2017-01-19CFG: override language setting on bootwwylele
2017-01-16CoreTiming: use named constant for ARM11 clock ratewwylele
2017-01-16HID: manages updating itself using correct tickswwylele
2017-01-14Service/NFC: stub some functionsmailwl
2017-01-14GSP::WriteHWRegsWithMask: fix register maskmailwl
2017-01-12Merge pull request #2425 from Subv/cleanup_todosbunnei
2017-01-12Merge pull request #2308 from mailwl/ac-ibunnei
2017-01-11Threads: Check the process' resource limit for the max allowed priority when ...Subv
2017-01-11Thread: Added priority range checking to svcSetThreadPriority and removed pri...Subv
2017-01-11Y2R: Use the proper error code when GetStandardCoefficient receives an invali...Subv
2017-01-11CAM: implement basic camera functions with a blank camerawwylele
2017-01-10Merge pull request #2397 from Subv/pulsebunnei
2017-01-06Merge pull request #2410 from Subv/sleepthreadbunnei
2017-01-06Merge pull request #2396 from Subv/sema_acquirebunnei
2017-01-06Kernel: Fix SharedMemory objects always returning error when addr = 0 (#2404)Hyper
2017-01-06Merge pull request #2408 from Subv/priority_boostingbunnei
2017-01-05Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...Subv
2017-01-05Kernel: Remove some unused functions.Subv
2017-01-05Kernel: Removed the priority boost code for starved threads.Subv
2017-01-05Kernel: Implemented Pulse event and timers.Subv
2017-01-05Kernel/Semaphore: Fixed a regression in semaphore waits.Subv
2017-01-05Merge pull request #2393 from Subv/synchSebastian Valle
2017-01-05Kernel: Add some asserts to enforce the invariants in the scheduler.Subv
2017-01-05Kernel: Remove a thread from all of its waiting objects' waiting_threads list...Subv
2017-01-05Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...Subv
2017-01-04Kernel: Use different thread statuses when a thread calls WaitSynchronization...Subv
2017-01-04Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...Subv
2017-01-04Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.Subv
2017-01-04Kernel/Mutex: Implemented priority inheritance.Subv
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv
2017-01-04Kernel/Synch: Do not attempt a reschedule on every syscall.Subv