summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Disable time stretcher for time beingGravatar David Marcec2020-07-252-6/+4
| * | | | | | | | | | | audio_core: Apollo Part 1, AudioRenderer refactorGravatar David Marcec2020-07-2526-713/+4204
* | | | | | | | | | | | Merge pull request #4597 from Morph1984/mjolnir-p2Gravatar bunnei2020-09-1020-148/+4150
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | applets/controller: Resolve several compiler warningsGravatar Morph2020-09-042-7/+8
| * | | | | | | | | | | | Address feedbackGravatar Morph2020-09-044-2/+12
| * | | | | | | | | | | | clang-formatGravatar Morph2020-09-042-2/+4
| * | | | | | | | | | | | applets/controller: Set min_players to have a minimum value of 1.Gravatar Morph2020-09-041-1/+1
| * | | | | | | | | | | | applets/controller: Modify heuristic to account for certain gamesGravatar Morph2020-09-041-7/+12
| * | | | | | | | | | | | main: Apply settings after applet configuration is complete.Gravatar Morph2020-09-041-0/+4
| * | | | | | | | | | | | applets/controller: Implement fallback applet for the SDL frontendGravatar Morph2020-09-043-90/+34
| * | | | | | | | | | | | applets/controller: Load configuration prior to setting up connectionsGravatar Morph2020-09-042-23/+29
| * | | | | | | | | | | | applets/controller: Make 8 a static constexpr value of NUM_PLAYERSGravatar Morph2020-09-042-15/+22
| * | | | | | | | | | | | applets/controller: Implement "Explain Text"Gravatar Morph2020-09-046-25/+304
| * | | | | | | | | | | | Project Mjölnir: Part 2 - Controller AppletGravatar Morph2020-09-0420-59/+3803
* | | | | | | | | | | | | Merge pull request #4608 from lioncash/sign3Gravatar bunnei2020-09-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | configure_input_player: Resolve sign conversion warnings in UpdateMappingWith...Gravatar Lioncash2020-08-291-2/+2
* | | | | | | | | | | | | Merge pull request #4633 from ReinUsesLisp/gpu-initGravatar Rodrigo Locatti2020-09-1053-633/+573
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | video_core: Remove all Core::System references in rendererGravatar ReinUsesLisp2020-09-0653-633/+573
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | gc_adapter: Make DeviceConnected() a const member functionGravatar Lioncash2020-09-073-9/+9
| |_|_|/ / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4606 from lioncash/constexprGravatar bunnei2020-09-061-14/+18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | game_list_p: Avoid string churn in GameListItemPath data()Gravatar Lioncash2020-08-291-4/+8
| * | | | | | | | | | | | game_list_p: Mark some constants as constexprGravatar Lioncash2020-08-291-10/+10
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4397 from ReinUsesLisp/bsdGravatar bunnei2020-09-0510-56/+1387
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | service/bsd: Handle Poll with no entries accuratelyGravatar ReinUsesLisp2020-07-281-0/+5
| * | | | | | | | | | | services/bsd: Implement most of bsd:sGravatar ReinUsesLisp2020-07-285-55/+911
| * | | | | | | | | | | service/sockets: Add worker pool abstractionGravatar ReinUsesLisp2020-07-281-0/+30
| * | | | | | | | | | | service/sockets: Add worker abstraction to execute blocking calls asynchronouslyGravatar ReinUsesLisp2020-07-282-0/+133
| * | | | | | | | | | | service/sockets: Add translate functionsGravatar ReinUsesLisp2020-07-283-0/+215
| * | | | | | | | | | | service/sockets: Add enumerations and structuresGravatar ReinUsesLisp2020-07-282-0/+81
| * | | | | | | | | | | services/nifm: Implement GetCurrentIpAddressGravatar ReinUsesLisp2020-07-281-1/+12
* | | | | | | | | | | | hid: Implement MergeSingleJoyasDualJoyGravatar Morph2020-09-043-5/+24
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #4611 from lioncash/xbyak2Gravatar bunnei2020-09-032-21/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | externals: Update Xbyak to 5.96Gravatar Lioncash2020-08-302-21/+21
* | | | | | | | | | | | Merge pull request #4583 from lioncash/truncGravatar bunnei2020-09-031-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gc_poller: Resolve compilation warnings on MSVCGravatar Lioncash2020-08-251-3/+5
* | | | | | | | | | | | | Merge pull request #4578 from lioncash/xorGravatar bunnei2020-09-031-4/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | common_funcs: Add missing XOR operators to DECLARE_ENUM_FLAG_OPERATORSGravatar Lioncash2020-08-241-4/+10
* | | | | | | | | | | | | | Merge pull request #4590 from ReinUsesLisp/tsan-schedGravatar bunnei2020-09-031-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | hle/scheduler: Fix data race in is_context_switch_pendingGravatar ReinUsesLisp2020-08-261-2/+6
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4575 from lioncash/asyncGravatar bunnei2020-09-032-17/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | async_shaders: Mark getters as const member functionsGravatar Lioncash2020-08-242-17/+15
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | file_sys/patch_manager: Add missing includeGravatar ReinUsesLisp2020-09-031-0/+1
* | | | | | | | | | | | | | Merge pull request #4568 from lioncash/fspGravatar bunnei2020-09-021-3/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fsp_srv: Resolve -Wunused-but-set-variable warningGravatar Lioncash2020-08-231-1/+8
| * | | | | | | | | | | | | | fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()Gravatar Lioncash2020-08-231-2/+5
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4564 from lioncash/file-includeGravatar bunnei2020-09-0227-37/+66
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | file_sys: Replace inclusions with forward declarations where applicableGravatar Lioncash2020-08-2327-37/+66
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | main: Use three dots to complete the ellipsisGravatar lat9nq2020-09-021-1/+1
* | | | | | | | | | | | | | input_common/motion_input: Make use of Common::PI constantGravatar Morph2020-09-023-5/+10
* | | | | | | | | | | | | | Merge pull request #4570 from german77/motionInputGravatar bunnei2020-09-024-0/+276
|\ \ \ \ \ \ \ \ \ \ \ \ \ \