aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Headless.SDL2
AgeCommit message (Expand)AuthorFilesLines
2023-01-15Ava UI: Fixes "Hide Cursor on Idle" for Windows (#4266)1.1.557Ac_K1-1/+1
2023-01-09linux: Fix packaging step for CI & Add Ryujinx.Headless.SDL2 to Ryujinx.sh (#...1.1.529TSRBerry1-0/+6
2023-01-09Replace tabs with spaces across the project (#4244)1.1.527gdkchan1-11/+11
2023-01-09headless: Change window icon size to 48x48 (#4247)1.1.526TSRBerry1-0/+0
2023-01-09[Headless] Add missing arguments & Fix typos (#4193)1.1.525TSRBerry9-102/+248
2023-01-07Include a start.sh file with correct launch options (#4013)1.1.516RMED241-2/+2
2023-01-05Make PPTC state non-static (#4157)1.1.507gdkchan1-7/+7
2022-12-29[Headless] Fix for not receiving any SDL events on Linux (#4182)1.1.495TSRBerry1-2/+2
2022-12-15Replace `DllImport` usage with `LibraryImport` (#4084)1.1.472Isaac Marovitz1-1/+1
2022-12-12Use NuGet Central Package Management to manage package versions solution-wise...1.1.466Andrey Sukharev1-4/+4
2022-12-09misc: Update Ryujinx.Graphics.Nvdec.Dependencies to 5.0.1-build12 (#4080)1.1.454Mary-nyan1-2/+1
2022-12-09nuget: bump CommandLineParser from 2.8.0 to 2.9.1 (#4058)1.1.452dependabot[bot]1-1/+1
2022-12-07Add Ryujinx license file to builds (#4057)1.1.445TSRBerry1-4/+8
2022-12-06UI: Add Metal surface creation for MoltenVK (#3980)1.1.439riperiperi4-13/+72
2022-12-02SDL2Driver: Invoke dispatcher on main thread (#3818)merry2-18/+9
2022-11-29chore: Update OpenTK to 4.7.5 (#3944)1.1.397Mary-nyan1-1/+1
2022-11-24chore: Update Ryujinx.SDL2-CS to 2.24.2 (#3892)1.1.383Mary-nyan1-6/+2
2022-11-16Update units of memory from decimal to binary prefixes (#3716)1.1.349Wunk2-2/+2
2022-11-09infra: Migrate to .NET 7 (#3795)1.1.339Mary-nyan1-1/+3
2022-09-19Avalonia - Use embedded window for avalonia (#3674)1.1.274Emmanuel Hansen3-25/+5
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