aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Utilities/EmbeddedResources.cs
AgeCommit message (Collapse)Author
2022-10-18Avoid allocations in .Parse methods (#3760)Berkan Diler
* Avoid allocations in .Parse methods Use the Span overloads of the Parse methods when possible to avoid string allocations and remove one unnecessarry array allocation * Avoid another string allocation
2020-10-01Fix GetStream implementation (#1588)Mary
Fix wrong argument usage on GetStream. Doesn't change anything as it's not used but a nice catch from jD ^^.
2020-01-09Address PR feedbackgdkchan
Removes a useless null check Aligns some values to improve readability
2020-01-09Address PR feedbackgdkchan
Add TODO comment for GL_EXT_polygon_offset_clamp
2020-01-09Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, ↵gdk
misc. fixes