This website requires JavaScript.
Explore
Help
Register
Sign In
Emulator-Archive
/
ppsspp
Watch
1
Star
0
Fork
0
You've already forked ppsspp
mirror of
https://github.com/hrydgard/ppsspp.git
synced
2024-11-23 13:30:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3cdf72b68b
ppsspp
/
Common
/
Data
History
lainon
3cdf72b68b
Better readability and optimization insertion into container by replacing 'insert' -> 'emplace', 'push_back' -> 'emplace_back'
2022-09-30 12:35:28 +03:00
..
Collections
Minor cleanup in TinySet
2022-09-25 23:23:53 +02:00
Color
Move native/util, native/data and native/i18 to Common/Data.
2020-10-04 07:28:29 +02:00
Convert
Minor cleanups in framebuffer manager
2022-04-30 18:14:53 +02:00
Encoding
Correct cleaning string and remove unused vars
2022-09-30 12:26:30 +03:00
Format
Better readability and optimization insertion into container by replacing 'insert' -> 'emplace', 'push_back' -> 'emplace_back'
2022-09-30 12:35:28 +03:00
Hash
Common: Cleanup some mismatched indentation.
2021-04-30 22:59:41 -07:00
Random
Global: Correct many endian types and casts.
2021-02-18 22:25:24 -08:00
Text
Code readability, vec reserve() and remove excess c_str()
2022-09-30 12:31:32 +03:00