aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/Program.cs
AgeCommit message (Expand)AuthorFilesLines
2022-07-31Vulkan backend (#2518)1.1.200gdkchan1-2/+43
2022-05-15Avalonia UI - Part 1 (#3270)1.1.122Emmanuel Hansen1-1/+2
2022-05-04infra: Warn about support drop of old Windows versions (#3299)1.1.115Mary1-3/+13
2022-03-02Implement -p or --profile command line argument (#2947)1.1.55JavidPack1-0/+13
2022-01-22Add new release systemMary1-1/+2
2021-12-08Remove usage of Mono.Posix.NETStandard accross all projects (#2906)Mary1-3/+0
2021-12-04misc: Migrate usage of RuntimeInformation to OperatingSystem (#2901)Mary1-1/+1
2021-11-28infra: Migrate to .NET 6 (#2829)Mary1-0/+3
2021-08-27Add a Multithreading layer for the GAL, multi-thread shader compilation at ru...riperiperi1-1/+2
2021-07-06Command line argument -f doesn't toggle 'Start games in fullscreen mode' (#2424)mpnico1-6/+1
2021-05-20ffmpeg: Attempt to fix RootPath on some linux distributions (#2292)Ac_K1-4/+0
2021-05-19Merge pull request #2177 from riperiperi/feature/parallel-shader-cacheEmulationFanatic1-3/+4
2021-05-19Remove ForceDedicatedGpu, as the driver utilities will now do that.riperiperi1-3/+0
2021-05-03Set FFmpeg.AutoGen library search path on LinuxMary1-0/+4
2021-04-23account: add Custom User Profiles support (#2227)Ac_K1-0/+7
2021-04-18Forcibly enable threaded optimization on boot.riperiperi1-3/+7
2021-04-14Miria: The Death of OpenTK 3 (#2194)Mary1-6/+11
2021-03-15Implement friendlier portable mode (#1885)mageven1-5/+9
2021-03-01Revise SystemInfo (#2047)mageven1-3/+1
2021-02-23Pacify updater (#1899)mageven1-1/+4
2021-02-20Make windows DPI aware to display properly on high-resolution screens. (#1983)sharmander1-1/+7
2021-02-09Load default config when an invalid config is found (#1008)Xpl0itR1-19/+21
2021-01-08gui: Refactoring Part 1 (#1859)Ac_K1-33/+47
2020-12-01Add option to start games in fullscreen mode (#1580)Xpl0itR1-0/+10
2020-11-27Remove some warnings and cleaning code (#1736)Ac_K1-1/+1
2020-09-29Appveyor Ryujinx Updater (#1403)MelonSpeedruns1-1/+10
2020-09-01ui: Initial better user error reporting (#1503)Mary1-2/+3
2020-08-30Remove the Ryujinx.Debugger project (#1506)Mary1-3/+0
2020-08-30Allow launching with custom data directories (#1505)mageven1-16/+44
2020-08-04Improved Logger (#1292)mageven1-14/+32
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD1-1/+8
2020-05-07Fix SystemInfo logging to file (#1217)Ac_K1-6/+6
2020-05-04Refactor SystemInfo and implement macOS system info backend (#1177)Mary1-4/+4
2020-04-25Log Ryujinx Version, OS Name, CPU Name and RAM size (#1102)Xpl0itR1-1/+8
2020-03-20Implement GetRegionCode and add the RegionCode to settings (#999)Ac_K1-2/+2
2020-02-14Fix crash when first starting the emulator (#945)Thog1-4/+8
2020-02-14Changes to configuration (#811)Xpl0itR1-4/+20
2020-02-14Add version in all window titles (#935)Ac_K1-2/+2
2020-02-12Improve build identification (#927)Thog1-0/+5
2020-02-12Add inbuilt Opengl renderer to window (#922)emmauss1-0/+7
2020-02-06Fix a crash when closing the main UI (#904)Thog1-1/+1
2020-02-06Render Profiler in GUI (#854)emmauss1-1/+1
2020-01-21Keep the GUI alive when closing a game (#888)Thog1-1/+0
2020-01-05Make sure to reload keys after MigrationThog1-1/+1
2020-01-05Rename "RyuFs" directory to "Ryujinx" and use the same savedata system the Sw...Alex Barney1-2/+2
2019-12-21Rewrite the configuration system (#831)Thog1-20/+27
2019-11-29Add features to GUI (#757)Xpl0itR1-6/+22
2019-09-08ui: Fix segfault on Linux when passing a program via command line (#764)Thomas Guillemard1-0/+5
2019-09-02Added GUI to Ryujinx (#695)Xpl0itR1-163/+13
2019-08-19Discord Presence: Fix a crash when no valid program is loaded (#741)Thomas Guillemard1-4/+22