aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Headless.SDL2
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine2-3/+1
2022-07-31Vulkan backend (#2518)1.1.200gdkchan6-18/+161
2022-07-14Remove dependency for FFmpeg.AutoGen and Update FFmpeg to 5.0.1 for Windows (...1.1.180Mary1-1/+1
2022-07-12Avalonia - Couple fixes and improvements (#3451)1.1.173Emmanuel Hansen1-3/+1
2022-07-08misc: Relicense Ryujinx.Audio under the terms of the MIT license (#3449)1.1.168Mary1-4/+0
2022-06-01infra: Switch to win10-x64 RID and fix PR comment for Avalonia and SDL2 artif...1.1.136Mary1-1/+1
2022-05-15Avalonia UI - Part 1 (#3270)1.1.122Emmanuel Hansen3-16/+43
2022-05-14Prefetch capabilities before spawning translation threads. (#3338)1.1.121riperiperi1-0/+1
2022-04-10New shader cache implementation (#3194)1.1.101gdkchan1-1/+5
2022-03-22hle: Some cleanup (#3210)1.1.83Ac_K1-2/+0
2022-03-12Implement rotate stick 90 degrees clockwise (#3084)1.1.68darko19791-0/+2
2022-03-04Preparation for initial Flatpack and FlatHub integration (#3173)1.1.56Mary1-2/+2
2022-02-17Added trace log level (#3096)1.1.38mlgatto2-0/+4
2022-02-07fix headless sdl2 option string (#3093)1.1.20wss4455661-2/+2
2022-01-22Add new release systemMary1-1/+2
2022-01-12Update to LibHac 0.15.0 (#2986)Alex Barney1-1/+2
2022-01-03Implement analog stick range modifier (#2783)MutantAura1-0/+14
2021-12-26Fix GetAddrInfoWithOptions and some sockets issues (#2936)gdkchan2-0/+4
2021-12-23UI - Add Volume Controls + Mute Toggle (F2) (#2871)sharmander2-1/+5
2021-12-04misc: Migrate usage of RuntimeInformation to OperatingSystem (#2901)Mary1-4/+6
2021-11-28infra: Migrate to .NET 6 (#2829)Mary1-1/+1
2021-10-12Inline software keyboard without input pop up dialog (#2180)Caian Benedicto3-2/+78
2021-09-15Adjustments to framerate metric and addition of frametime (#2638)MutantAura1-1/+1
2021-08-27Add a Multithreading layer for the GAL, multi-thread shader compilation at ru...riperiperi3-43/+75
2021-08-12Update to LibHac 0.13.1 (#2475)Alex Barney1-1/+10
2021-08-05Implement vibrations (#2468)mpnico1-0/+6
2021-07-13Revert LibHac updateMary1-10/+1
2021-07-13Fix the headless build since previous commitAlex Barney1-1/+10
2021-07-06frontend: Add a SDL2 headless window (#2310)Mary8-0/+1561