aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Ui.LocaleGenerator/LocaleGenerator.cs
AgeCommit message (Collapse)Author
2023-10-05Strings should not be concatenated using '+' in a loop (#5664)Marco Carvalho
* Strings should not be concatenated using '+' in a loop * fix IDE0090 * undo GenerateLoadOrStore * prefer string interpolation * Update src/Ryujinx.Graphics.Shader/CodeGen/Glsl/Instructions/InstGen.cs Co-authored-by: Mary <thog@protonmail.com> --------- Co-authored-by: Mary <thog@protonmail.com>
2023-07-01Indexing at 0 should be used instead of the "Enumerable" extension method ↵Marco Carvalho
"First" (#5354)
2023-04-27Move solution and projects to srcTSR Berry