| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-02 | Rename logging macro back to LOG_* | James Rowe | |
| 2018-04-26 | core: Replace remaining old non-generic logger usages with fmt-capable ↵ | Lioncash | |
| equivalents LOG_GENERIC usages will be amended in a follow-up to keep API changes separate from interface changes, as it will require removing a parameter from the relevant function in the VMManager class. | |||
| 2018-01-13 | yuzu: Update license text to be consistent across project. | bunnei | |
| 2018-01-11 | core: Fix recent GCC build breaks. | bunnei | |
| 2018-01-10 | frontend: Update for undocked Switch screen layout. | bunnei | |
| 2017-10-10 | hle: Remove a large amount of 3ds-specific service code. | bunnei | |
| 2017-08-29 | Merge pull request #2899 from wwylele/touch-refactor | bunnei | |
| Refactor touch input into a TouchDevice | |||
| 2017-08-25 | SidebySide Layout (#2859) | ThaMighty90 | |
| * added a SidebySide Layout * Reworked, so both screen have the same height and cleaned up screen translates. * added the option in the UI, hope this is the right way to do it. formated framebuffer_layout.cpp * delete the x64 files * deleted ui_configure_graphics.h * added Option for the Layout in the xml * got rid of SIDE_BY_SIDE_ASPECT_RATIO because it was useless. pulled translate into variables * changed shift variables to u32 and moved them in their respective branch. remove notr="true" for the Screen layout drop down * reworked intends :). changed function description for SideFrameLayout * some description reworking | |||
| 2017-08-24 | EmuWindow: refactor touch input into a TouchDevice | wwylele | |
| 2017-08-24 | HID: use TouchDevice for touch pad | wwylele | |
| 2017-08-11 | move MotionEmu from core/frontend to input_common as a InputDevice | wwylele | |
| 2017-08-11 | HID: use MotionDevice for Accelerometer and Gyroscope | wwylele | |
| 2017-05-27 | Move screen size constants from video_core to core | Yuri Kunde Schlesner | |
| video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core. | |||
| 2017-05-27 | Move framebuffer_layout from Common to Core | Yuri Kunde Schlesner | |
| This removes a dependency inversion between core and common. It's also the proper place for the file since it makes screen layout decisions specific to the 3DS. | |||
| 2017-03-21 | Merge pull request #2512 from SonofUgly/custom-layout | bunnei | |
| Add custom layout settings. | |||
| 2017-03-01 | Input: remove unused stuff & clean up | wwylele | |
| 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-01 | InputCommon: add Keyboard | wwylele | |
| 2017-03-01 | HID: use AnalogDevice | wwylele | |
| 2017-03-01 | HID: use ButtonDevice | wwylele | |
| 2017-03-01 | Input: add device and factory template | wwylele | |
| 2017-02-26 | Doxygen: 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-26 | Core: Make PerfStats internally locked | Yuri Kunde Schlesner | |
| More ergonomic to use and will be required for upcoming changes. | |||
| 2017-02-26 | PerfStats: Add method to get the instantaneous time ratio | Yuri Kunde Schlesner | |
| 2017-02-23 | Add custom layout settings. | SonofUgly | |
| 2017-02-11 | hid: remove the touch field from PadState (#2557) | Weiyi Wang | |
| 2017-01-29 | Merge pull request #2368 from wwylele/camera-2 | Yuri Kunde Schlesner | |
| CAM: build the service framework with a dummy implementation | |||
| 2017-01-29 | core: emu_window.cpp, fix conversion warnings from float to s16 on MSVC | Kloen | |
| 2017-01-11 | CAM: implement basic camera functions with a blank camera | wwylele | |
| 2016-12-29 | Frontend: make motion sensor interfaced thread-safe | wwylele | |
| 2016-12-26 | Frontend: emulate motion sensor | wwylele | |
| 2016-12-23 | core: Move emu_window and key_map into core | MerryMage | |
| * Removes circular dependences (common should not depend on core) | |||
