summaryrefslogtreecommitdiff
path: root/src/core/frontend
AgeCommit message (Expand)Author
2018-08-14emu_window: Ensure WindowConfig members are always initializedLioncash
2018-08-11core: Namespace EmuWindowLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-26core: Replace remaining old non-generic logger usages with fmt-capable equiva...Lioncash
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-11core: Fix recent GCC build breaks.bunnei
2018-01-10frontend: Update for undocked Switch screen layout.bunnei
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei
2017-08-29Merge pull request #2899 from wwylele/touch-refactorbunnei
2017-08-25SidebySide Layout (#2859)ThaMighty90
2017-08-24EmuWindow: refactor touch input into a TouchDevicewwylele
2017-08-24HID: use TouchDevice for touch padwwylele
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-08-11HID: use MotionDevice for Accelerometer and Gyroscopewwylele
2017-05-27Move screen size constants from video_core to coreYuri Kunde Schlesner
2017-05-27Move framebuffer_layout from Common to CoreYuri Kunde Schlesner
2017-03-21Merge pull request #2512 from SonofUgly/custom-layoutbunnei
2017-03-01Input: remove unused stuff & clean upwwylele
2017-03-01InputCommon: add Keyboardwwylele
2017-03-01HID: use AnalogDevicewwylele
2017-03-01HID: use ButtonDevicewwylele
2017-03-01Input: add device and factory templatewwylele
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
2017-02-26Core: Make PerfStats internally lockedYuri Kunde Schlesner
2017-02-26PerfStats: Add method to get the instantaneous time ratioYuri Kunde Schlesner
2017-02-23Add custom layout settings.SonofUgly
2017-02-11hid: remove the touch field from PadState (#2557)Weiyi Wang
2017-01-29Merge pull request #2368 from wwylele/camera-2Yuri Kunde Schlesner
2017-01-29core: emu_window.cpp, fix conversion warnings from float to s16 on MSVCKloen
2017-01-11CAM: implement basic camera functions with a blank camerawwylele
2016-12-29Frontend: make motion sensor interfaced thread-safewwylele
2016-12-26Frontend: emulate motion sensorwwylele
2016-12-23core: Move emu_window and key_map into coreMerryMage