| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-05 | Merge pull request #2686 from wwylele/tex-coord-reg | Yuri Kunde Schlesner | |
| pica: use correct coordinates for texture 2 | |||
| 2017-05-05 | Create a random console_unique_id (#2668) | B3n30 | |
| * Create a random console_id when config save_file is created Added button in system config to refresh the console unique id * Moved the connect for the button from .ui file to constructor of ConfigureSystem * Added warning and info dialog Fixup: Make use of qt5 style connects, renamed the refresh button, removed some duplicate code, changed random device and moved all to the generate function * Changed the random generator to reflect what a real 3DS stores as console unique id Fixup: Changed the warning message * Fixup: Set and Create * Fixup: Added console id label, therfore removed second message box * Fixup: fixed the endianess * Fixup: more endianness fixes * Fixup: Endianness the 3rd | |||
| 2017-05-05 | pica: shader_dirty if texture2 coord changed | wwylele | |
| 2017-05-03 | Merge pull request #2606 from wwylele/ir | bunnei | |
| ir: implement circle pad pro | |||
| 2017-05-03 | pica: use correct coordinates for texture 2 | wwylele | |
| 2017-05-03 | ir: implement circle pad pro | wwylele | |
| 2017-04-29 | citra-qt: game list search function (#2673) | Nico Bosshard | |
| * citra-qt: game list search function * Empty search field during game list refresh * Code improvements * Code formatting * Autofocus search field * JayFoxRox's recommendations * lioncash's review | |||
| 2017-04-21 | Merge pull request #2671 from wwylele/dot3-rgba | bunnei | |
| rasterizer: implement combiner operation 7 (Dot3_RGBA) | |||
| 2017-04-20 | gl_shader_gen: remove TODO about Lerp behaviour verification. The ↵ | wwylele | |
| implementation is verified against hardware | |||
| 2017-04-19 | Merge pull request #2666 from yuriks/gl-cleanups | Yuri Kunde Schlesner | |
| PicaShaderConfig cleanups | |||
| 2017-04-19 | rasterizer: implement combiner operation 7 (Dot3_RGBA) | wwylele | |
| 2017-04-18 | Merge pull request #2532 from wwylele/ldrro-ipc | Yuri Kunde Schlesner | |
| ldr_ro: use IPC helper | |||
| 2017-04-17 | OpenGL: Pass Pica regs via parameter | Yuri Kunde Schlesner | |
| 2017-04-17 | input_common/sdl: add support for binding button to axis | wwylele | |
| 2017-04-17 | ldr_ro: use IPC helper | wwylele | |
| 2017-04-16 | OpenGL: Move PicaShaderConfig to gl_shader_gen.h | Yuri Kunde Schlesner | |
| Also move the implementation of CurrentConfig to the cpp file. | |||
| 2017-04-16 | OpenGL: Move Attributes enum to a more appropriate file | Yuri Kunde Schlesner | |
| 2017-04-13 | Merge pull request #2659 from MerryMage/dsp_dsp-correction | bunnei | |
| dsp_dsp: Messages are modified by service before being sent to DSP | |||
| 2017-04-12 | Better looking status bar under Linux Ubuntu (#2662) | Cereal-Killa | |
| * Remove borders from status bar items On Ubuntu the status bar didn't look as good as on Windows due to some border being drawn around each status bar cell. | |||
| 2017-04-12 | dsp_dsp: Messages are modified by service before being sent to DSP | MerryMage | |
| 2017-04-12 | Merge pull request #2628 from Subv/uds | Sebastian Valle | |
| Services/UDS: Initial support for hosting local-wlan networks. | |||
| 2017-04-09 | qt: enable config for circle pad pro | wwylele | |
| 2017-04-08 | Pica/Regs: Correct bit width for blend-equations | Jannik Vogel | |
| 2017-04-06 | Merge pull request #2533 from Lectem/apt_ipchelper | bunnei | |
| IpcHelper enhancement and APT refactor | |||
| 2017-04-06 | Merge pull request #2634 from wwylele/battery | bunnei | |
| shared_page: stub battery state | |||
| 2017-04-03 | citra-qt: Move config dialog code to its own directory | Lioncash | |
| 2017-04-03 | error conversion fixes for soc_u | noah the goodra | |
| 2017-04-01 | Fix OutputDebugString syscall | Michael Theall | |
| 2017-03-27 | Services/UDS: Fixed a style mistake in GetChannel. | Sebastian Valle | |
| 2017-03-26 | Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel ↵ | Subv | |
| function. | |||
| 2017-03-26 | Services/UDS: Signal the connection event when closing down the network. | Subv | |
| 2017-03-26 | Services/UDS: Do not allow trying to start up a network that only the host ↵ | Subv | |
| can connect to. | |||
| 2017-03-26 | Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms. | Subv | |
| 2017-03-26 | Services/UDS: Store the entire NetworkInfo structure that was used to create ↵ | Subv | |
| the network. It will be needed when generating the beacon frames. | |||
| 2017-03-26 | Services/UDS: Initial support for hosting local-wlan networks. | Subv | |
| Currently it will let games create a network as hosts, but will not broadcast it anywhere and will not allow clients to connect. | |||
| 2017-03-25 | ptm: create SharedExtSave file before openning it | wwylele | |
| 2017-03-21 | Merge pull request #2512 from SonofUgly/custom-layout | bunnei | |
| Add custom layout settings. | |||
| 2017-03-21 | shared_page: stub battery state | wwylele | |
| 2017-03-20 | hopefully fix clang-format issues with old version | Lectem | |
| 2017-03-20 | Merge pull request #2630 from wwylele/qt-focus-loss-2 | bunnei | |
| Qt: Release all pressed buttons when window focus is lost [rebased] | |||
| 2017-03-19 | address more comments | Lectem | |
| 2017-03-18 | Cast size_t to u32 for PushStaticBuffer usages | Lectem | |
| 2017-03-18 | IPCHelper Skip method + address comments for apt | Lectem | |
| 2017-03-18 | apt: fix RequestBuilder parameters for Unwrap | wwylele | |
| 2017-03-18 | fix #2560 and other comments | Lectem | |
| 2017-03-18 | move push out of class body and add u8 u16 bool specializations | Lectem | |
| 2017-03-18 | refactor APT service to use the new IPC helpers | Lectem | |
| 2017-03-17 | citra-qt: remove dead code | wwylele | |
| 2017-03-17 | citra-qt: release all buttons when render window focus is lost | wwylele | |
| credit to @Hawkheart for the original idea | |||
| 2017-03-17 | Merge pull request #2497 from wwylele/input-2 | bunnei | |
| Refactor input emulation & add SDL gamepad support | |||
