summaryrefslogtreecommitdiffstats
path: root/src/core/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.bunnei2019-01-242-0/+41
* core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2019-01-172-3/+3
* frontend: Add frontend responder for web browserZach Hilman2018-12-282-0/+52
* Merge pull request #1886 from FearlessTobi/port-4164bunnei2018-12-232-0/+22
|\
| * yuzu, video_core: Screenshot functionalityzhupengfei2018-12-182-0/+22
* | frontend: Add frontend applet for ProfileSelectZach Hilman2018-12-032-0/+46
|/
* Merge pull request #1667 from DarkLordZach/swkbdbunnei2018-11-202-0/+83
|\
| * applet: Add operation completed callbackZach Hilman2018-11-182-3/+7
| * software_keyboard: Make GetText asynchronousZach Hilman2018-11-182-5/+9
| * am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-182-8/+7
| * am: Implement ILibraryAppletAccessor IsCompleted and GetResultZach Hilman2018-11-181-0/+1
| * am: Implement text check software keyboard modeZach Hilman2018-11-182-0/+8
| * am: Deglobalize software keyboard appletZach Hilman2018-11-182-31/+36
| * qt/main: Register Qt Software Keyboard frontend with AMZach Hilman2018-11-181-0/+1
| * frontend/applets: Add frontend software keyboard provider and defaultZach Hilman2018-11-182-0/+61
* | settings: Add Native type for mouse buttonsZach Hilman2018-11-191-0/+7
|/
* emu_window: Ensure WindowConfig members are always initializedLioncash2018-08-151-3/+3
* core: Namespace EmuWindowLioncash2018-08-122-0/+8
* Rename logging macro back to LOG_*James Rowe2018-07-031-3/+3
* core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash2018-04-261-3/+3
* yuzu: Update license text to be consistent across project.bunnei2018-01-132-2/+2
* core: Fix recent GCC build breaks.bunnei2018-01-121-0/+2
* frontend: Update for undocked Switch screen layout.bunnei2018-01-114-251/+39
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-106-204/+0
* Merge pull request #2899 from wwylele/touch-refactorbunnei2017-08-293-39/+69
|\
| * EmuWindow: refactor touch input into a TouchDevicewwylele2017-08-242-39/+63
| * HID: use TouchDevice for touch padwwylele2017-08-241-0/+6
* | SidebySide Layout (#2859)ThaMighty902017-08-253-1/+49
|/
* move MotionEmu from core/frontend to input_common as a InputDevicewwylele2017-08-115-252/+4
* HID: use MotionDevice for Accelerometer and Gyroscopewwylele2017-08-111-0/+20
* Move screen size constants from video_core to coreYuri Kunde Schlesner2017-05-283-13/+24
* Move framebuffer_layout from Common to CoreYuri Kunde Schlesner2017-05-283-1/+213
* Merge pull request #2512 from SonofUgly/custom-layoutbunnei2017-03-221-11/+15
|\
| * Add custom layout settings.SonofUgly2017-02-231-11/+15
* | Input: remove unused stuff & clean upwwylele2017-03-014-322/+1
* | InputCommon: add Keyboardwwylele2017-03-011-2/+0
* | HID: use AnalogDevicewwylele2017-03-011-0/+7
* | HID: use ButtonDevicewwylele2017-03-011-0/+6
* | Input: add device and factory templatewwylele2017-03-011-0/+97
* | Doxygen: Amend minor issues (#2593)Mat M2017-02-271-2/+2
* | Core: Make PerfStats internally lockedYuri Kunde Schlesner2017-02-271-1/+1
* | PerfStats: Add method to get the instantaneous time ratioYuri Kunde Schlesner2017-02-271-3/+2
* | hid: remove the touch field from PadState (#2557)Weiyi Wang2017-02-111-2/+0
* | Merge pull request #2368 from wwylele/camera-2Yuri Kunde Schlesner2017-01-306-0/+204
|\ \
| * | CAM: implement basic camera functions with a blank camerawwylele2017-01-116-0/+204
* | | core: emu_window.cpp, fix conversion warnings from float to s16 on MSVCKloen2017-01-291-6/+6
| |/ |/|
* | Frontend: make motion sensor interfaced thread-safewwylele2016-12-292-2/+8
* | Frontend: emulate motion sensorwwylele2016-12-264-8/+204
|/
* core: Move emu_window and key_map into coreMerryMage2016-12-234-0/+642