Ryujinx/Ryujinx.Ava/UI/ViewModels
Andrey Sukharev ae4324032a
Optimize string memory usage. Use Spans and StringBuilders where possible (#3933)
* Optimize string memory usage. Use ReadOnlySpan<char> and StringBuilder where possible.

* Fix copypaste error

* Code generator review fixes

* Use if statement instead of switch

* Code style fixes

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>

* Another code style fix

* Styling fix

Co-authored-by: Mary-nyan <thog@protonmail.com>

* Styling fix

Co-authored-by: gdkchan <gab.dark.100@gmail.com>

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
Co-authored-by: Mary-nyan <thog@protonmail.com>
Co-authored-by: gdkchan <gab.dark.100@gmail.com>
2023-01-18 22:25:16 +00:00
..
AboutWindowViewModel.cs Ava GUI: AboutWindow Refactor (#4196) 2023-01-07 01:29:18 +01:00
AmiiboWindowViewModel.cs Avalonia - Add source generator for locale items (#3999) 2023-01-03 19:45:08 +01:00
AvatarProfileViewModel.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
BaseModel.cs Ava GUI: Restructure Ryujinx.Ava (#4165) 2022-12-29 15:24:05 +01:00
ControllerSettingsViewModel.cs Optimize string memory usage. Use Spans and StringBuilders where possible (#3933) 2023-01-18 22:25:16 +00:00
MainWindowViewModel.cs Ava UI: Renderer refactoring (#4297) 2023-01-16 01:14:01 +01:00
SettingsViewModel.cs ava: Reorder settings of Resolution Scaler (#4270) 2023-01-13 00:07:53 +01:00
TitleUpdateViewModel.cs Ava UI: TitleUpdateWindow Refactor (#4276) 2023-01-15 11:11:52 +00:00
UserFirmwareAvatarSelectorViewModel.cs Ava GUI: User Profile Manager + Other Fixes (#4166) 2023-01-11 06:20:19 +01:00
UserProfileImageSelectorViewModel.cs Ava GUI: User Profile Manager + Other Fixes (#4166) 2023-01-11 06:20:19 +01:00
UserProfileViewModel.cs Ava GUI: User Profile Manager + Other Fixes (#4166) 2023-01-11 06:20:19 +01:00
UserSaveManagerViewModel.cs Ava UI: Various Fixes (#4268) 2023-01-12 12:23:24 +00:00