| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-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 | Merge pull request #2497 from wwylele/input-2 | bunnei | |
| Refactor input emulation & add SDL gamepad support | |||
| 2017-03-16 | Merge pull request #2618 from wwylele/log-less-filename | bunnei | |
| Reduce host file name and path logging | |||
| 2017-03-15 | Merge pull request #2620 from FernandoS27/syscore_error | bunnei | |
| Refined thread launch on syscore error messages | |||
| 2017-03-12 | cfg: implement GenHashConsoleUnique | wwylele | |
| 2017-03-09 | Refined thread launch on syscore error messages | Fernando Sahmkow | |
| 2017-03-08 | file_sys: lower log level for setting host path | wwylele | |
| 2017-03-08 | loader/ncch: less verbose log for loading game list. only log program ID ↵ | wwylele | |
| when booting | |||
| 2017-03-08 | loader: lower file name logging level | wwylele | |
| 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-27 | Timer: restore missing signaled=true from #2421 | wwylele | |
| 2017-02-27 | Merge pull request #2594 from wwylele/ir-separate | bunnei | |
| IR: separate functions of each port to their own files | |||
| 2017-02-27 | Fix log entry in timer::signal (#2600) | B3n30 | |
| 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 | Merge pull request #2587 from yuriks/status-bar | Yuri Kunde Schlesner | |
| Replace built-in Profiler with indicators in status bar | |||
| 2017-02-26 | PerfStats: Re-order and document members better | Yuri Kunde Schlesner | |
| 2017-02-26 | Core: Re-write frame limiter | Yuri Kunde Schlesner | |
| Now based on std::chrono, and also works in terms of emulated time instead of frames, so we can in the future frame-limit even when the display is disabled, etc. The frame limiter can also be enabled along with v-sync now, which should be useful for those with displays running at more than 60 Hz. | |||
| 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-26 | Add performance statistics to status bar | Yuri Kunde Schlesner | |
| 2017-02-26 | Core: Remove unnecessary include in thread.h | Yuri Kunde Schlesner | |
| 2017-02-26 | IR: separate functions of each port to their own files | wwylele | |
| 2017-02-25 | Merge pull request #2569 from wwylele/wrap-unwrap | bunnei | |
| APT: implemented Wrap and Unwrap | |||
| 2017-02-24 | Merge pull request #2421 from Subv/timers | Yuri Kunde Schlesner | |
| Timers: Immediately signal the timer if it was started with an initial value of 0 | |||
| 2017-02-23 | Add custom layout settings. | SonofUgly | |
