| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-01 | GPU: Fix errors handling texture remapping (#4745) | riperiperi | |
| * GPU: Fix errors handling texture remapping - Fixes an error where a pool entry and memory mapping changing at the same time could cause a texture to rebind its data from the wrong GPU VA (data swaps) - Fixes an error where the texture pool could act on a mapping change before the mapping has actually been changed ("Unmapped" event happens before change, we need to signal it changed _after_ it completes) TODO: remove textures from partially mapped list... if they aren't. * Add Remap actions for handling post-mapping behaviours * Remove unused code. * Address feedback * Nit | |||
| 2023-04-29 | Uneven frame pacing with vsync (#4744) | al81-ru | |
| fixes issue #3906 | |||
| 2023-04-28 | Allow window to remember its size, position and state (GTK + Avalonia) (#4657) | MutantAura | |
| * Update ConfigurationState.cs * Update ConfigurationFileFormat.cs * Update MainWindow.cs * Update ConfigurationFileFormat.cs * Update ConfigurationState.cs * Update MainWindow.cs * Update MainWindow.cs * Update Ryujinx.Ui.Common/Configuration/ConfigurationState.cs Co-authored-by: gdkchan <gab.dark.100@gmail.com> * Update MainWindow.cs * Update Ryujinx/Ui/MainWindow.cs Co-authored-by: gdkchan <gab.dark.100@gmail.com> * Initial properties * Viewmodel adjustments and additions * abstract and monitor dimension changes * Remove position from ViewModel and simplify methods * Remove unused dep * Update configuration and fix typo from AA * review changes * Review changes * Screensize checks - Ava * Review changes 2 * basic review changes * Standardise GTK/Ava functions * Actually call function --------- Co-authored-by: HaizenTrist <123991082+HaizenTrist@users.noreply.github.com> Co-authored-by: gdkchan <gab.dark.100@gmail.com> | |||
| 2023-04-27 | Adjust Ryujinx.Tests.Memory namespace | TSR Berry | |
| 2023-04-27 | Rename Ryujinx.Memory.Tests to Ryujinx.Tests.Memory | TSR Berry | |
| 2023-04-27 | Move solution and projects to src | TSR Berry | |
