aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
AgeCommit message (Collapse)Author
2017-03-18fix #2560 and other commentsLectem
2017-03-18move push out of class body and add u8 u16 bool specializationsLectem
2017-03-18refactor APT service to use the new IPC helpersLectem
2017-03-17Merge pull request #2497 from wwylele/input-2bunnei
Refactor input emulation & add SDL gamepad support
2017-03-15Merge pull request #2620 from FernandoS27/syscore_errorbunnei
Refined thread launch on syscore error messages
2017-03-12cfg: implement GenHashConsoleUniquewwylele
2017-03-09Refined thread launch on syscore error messagesFernando Sahmkow
2017-03-01Input: remove unused stuff & clean upwwylele
1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID 2. removed button handling in EmuWindow 3. removed key_map 4. cleanup #include
2017-03-01HID: use AnalogDevicewwylele
2017-03-01HID: use ButtonDevicewwylele
2017-02-27Timer: restore missing signaled=true from #2421wwylele
2017-02-27Merge pull request #2594 from wwylele/ir-separatebunnei
IR: separate functions of each port to their own files
2017-02-27Fix log entry in timer::signal (#2600)B3n30
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
2017-02-26Merge pull request #2587 from yuriks/status-barYuri Kunde Schlesner
Replace built-in Profiler with indicators in status bar
2017-02-26Core: Make PerfStats internally lockedYuri Kunde Schlesner
More ergonomic to use and will be required for upcoming changes.
2017-02-26Add performance statistics to status barYuri Kunde Schlesner
2017-02-26Core: Remove unnecessary include in thread.hYuri Kunde Schlesner
2017-02-26IR: separate functions of each port to their own fileswwylele
2017-02-25Merge pull request #2569 from wwylele/wrap-unwrapbunnei
APT: implemented Wrap and Unwrap
2017-02-21Timers: Return an error when calling SetTimer with negative timeouts.Subv
2017-02-21Timers: Immediately signal the timer if it was started with an initial value ↵Subv
of 0.
2017-02-21APT: implement Wrap and Unwrapwwylele
2017-02-16HID: move enable_accelerometer/gyroscope_count initialization into Init() ↵Weiyi Wang
(#2574) Fixes #2556
2017-02-13HLE/IPC: Fix uninitialized variables in helpers (#2568)Yuri Kunde Schlesner
Fixes #2567
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
file_sys: change RomFS archive to Self NCCH archive
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
IPC helper
2017-02-05fix wwylele's comment and use typename in templatesLectem
2017-02-03Merge pull request #2496 from mailwl/cfg-memYuri Kunde Schlesner
Core: update Kernel Config Memory to latest version (11.2)
2017-02-02GSP_GPU::StoreDataCache stubbed (#2428)mailwl
2017-01-31HLE/Applets: Stub Mint (eShop) Applet (#2463)mailwl
This allows Phoenix Wright - Dual Destinies to boot.
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
CAM: build the service framework with a dummy implementation
2017-01-29Merge pull request #2429 from wwylele/auto-language-fixYuri Kunde Schlesner
CFG: move language override to the boot process
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
Service/NFC: stub some functions
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
Tested on: Mini-Mario & Friends - amiibo Challenge
2017-01-14GSP::WriteHWRegsWithMask: fix register maskmailwl
2017-01-12Merge pull request #2425 from Subv/cleanup_todosbunnei
Implement some TODOs in the code.
2017-01-12Merge pull request #2308 from mailwl/ac-ibunnei
Service/AC: add ac:i service