| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | hid: Stub InitializeVibrationDevice | 2020-11-15 | 1 | -3/+11 | ||
| | * | | | | | | | | | | controllers/npad: Rename NPadType to NpadStyleSet | 2020-11-15 | 3 | -9/+9 | ||
| | * | | | | | | | | | | controllers/npad: Add DeviceHandle struct | 2020-11-15 | 1 | -27/+50 | ||
| | * | | | | | | | | | | configure_input_player: Change "Defaults" button behavior | 2020-11-15 | 2 | -35/+30 | ||
| | * | | | | | | | | | | settings: Preparation for per-game input settings | 2020-11-15 | 19 | -115/+167 | ||
| | * | | | | | | | | | | udp/client: Reduce testing period to 5 seconds | 2020-11-15 | 1 | -1/+1 | ||
| | * | | | | | | | | | | config: Migrate config files into config/custom | 2020-11-15 | 4 | -21/+61 | ||
| | * | | | | | | | | | | controllers/npad: Connect a controller on init if none are connected | 2020-11-15 | 2 | -1/+15 | ||
| | * | | | | | | | | | | applets/controller: Auto accept a valid single player configuration | 2020-11-15 | 3 | -14/+24 | ||
| | * | | | | | | | | | | bootmanager: Allow mouse clicks only if touch is disabled | 2020-11-15 | 1 | -3/+13 | ||
| | * | | | | | | | | | | input_profiles: Implement input profiles | 2020-11-15 | 13 | -130/+509 | ||
| | * | | | | | | | | | | configure_input_player: Implement input exclusivity and persistence | 2020-11-15 | 4 | -138/+205 | ||
| | * | | | | | | | | | | ui/themes: Cleanup UI | 2020-11-15 | 13 | -397/+263 | ||
| * | | | | | | | | | | | rasterizer_interface: Make use of [[nodiscard]] where applicable | 2020-11-17 | 1 | -8/+9 | ||
| * | | | | | | | | | | | render_base: Make use of [[nodiscard]] where applicable | 2020-11-17 | 1 | -11/+11 | ||
| * | | | | | | | | | | | gpu: Make use of [[nodiscard]] where applicable | 2020-11-17 | 1 | -31/+35 | ||
| | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #4929 from lioncash/nodiscard-input | 2020-11-16 | 1 | -11/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | motion_input: Mark constructor as explicit | 2020-11-15 | 1 | -1/+1 | ||
| | * | | | | | | | | | motion_input: Mark member functions as [[nodiscard]] where applicable | 2020-11-15 | 1 | -10/+11 | ||
| * | | | | | | | | | | Merge pull request #4914 from lat9nq/gl-warnings | 2020-11-15 | 1 | -8/+28 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | bootmanager: Address review comments | 2020-11-09 | 1 | -12/+16 | ||
| | * | | | | | | | | | bootmanager: Log and show GL_RENDERER string when GPU is insufficient | 2020-11-09 | 1 | -3/+19 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #4895 from Morph1984/cave-story-plus-applet-fix | 2020-11-12 | 2 | -26/+80 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | applets: Rename LibraryAppletVersion to ControllerAppletVersion | 2020-11-08 | 2 | -15/+15 | ||
| | * | | | | | | | | applets/controller: Pop normal data for StrapGuide and FirmwareUpdate | 2020-11-08 | 2 | -6/+19 | ||
| | * | | | | | | | | applets/controller: Introduce additional checks for mode and caller | 2020-11-08 | 2 | -5/+39 | ||
| | * | | | | | | | | applets/controller: Add ControllerUpdateFirmwareArg struct | 2020-11-08 | 1 | -0/+7 | ||
| * | | | | | | | | | Merge pull request #4901 from bunnei/caps-stub | 2020-11-09 | 2 | -9/+17 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | hle: service: caps_u: Stub GetAlbumFileList3AaeAruid. | 2020-11-06 | 2 | -9/+17 | ||
| * | | | | | | | | | Merge pull request #4909 from lioncash/interrupt | 2020-11-08 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | cpu_interrupt_handler: Mark move contructor/assignment as deleted | 2020-11-08 | 1 | -2/+2 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * / | | | | | | | ipc_helpers: Remove usage of the global system instance | 2020-11-08 | 16 | -7/+23 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #4903 from bunnei/remove-gpu-integrity | 2020-11-08 | 3 | -29/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | video_core: dma_pusher: Remove integrity check on command lists. | 2020-11-07 | 3 | -29/+1 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #4906 from lat9nq/log-cpu-accuracy | 2020-11-07 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | settings: log value of CPU_Accuracy | 2020-11-07 | 1 | -0/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #4888 from lioncash/unicorn-remove | 2020-11-06 | 11 | -418/+15 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | core: Remove usage of unicorn | 2020-11-03 | 11 | -418/+15 | ||
| * | | | | | | common/fiber: Move all member variables into impl class | 2020-11-06 | 2 | -89/+86 | ||
| * | | | | | | Merge pull request #4891 from lioncash/clang2 | 2020-11-06 | 4 | -7/+14 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | General: Fix clang build | 2020-11-05 | 4 | -7/+14 | ||
| * | | | | | | | Merge pull request #4894 from lioncash/fn | 2020-11-06 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | settings: Simplify initializer of resolution factor | 2020-11-05 | 1 | -1/+1 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #4854 from ReinUsesLisp/cube-array-shadow | 2020-11-05 | 3 | -25/+37 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | shader: Partially implement texture cube array shadow | 2020-10-28 | 3 | -25/+37 | ||
| * | | | | | | | Merge pull request #4889 from lioncash/setting-global | 2020-11-04 | 9 | -39/+50 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | core/settings: Move configuring_global behind an API | 2020-11-04 | 9 | -39/+50 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #4858 from lioncash/initializer | 2020-11-04 | 5 | -4/+24 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | General: Resolve a few missing initializer warnings | 2020-10-29 | 5 | -4/+24 | ||
| * | | | | | | | | Merge pull request #4869 from bunnei/improve-gpu-sync | 2020-11-04 | 15 | -117/+448 | ||
| |\ \ \ \ \ \ \ \ | ||||||