Lioncash
|
dd4203bec8
|
Core: Remove unnecessary includes
Also moves a cpp file's related header file to the top of the inclusions if it isn't already there.
|
2017-06-15 18:52:22 -04:00 |
|
JosJuice
|
cf94ce6305
|
Add a namespace to OpenFStream
For consistency with the other functions in FileUtil.h.
|
2017-06-15 21:34:04 +02:00 |
|
Lioncash
|
b676edd80c
|
Core: include what you use
Eliminates a swath of indirectly included standard headers
|
2017-06-07 01:20:48 -04:00 |
|
JosJuice
|
f71fcd38bd
|
TitleDatabase: Check game ID length before reading characters
|
2017-06-03 20:46:57 +02:00 |
|
JosJuice
|
4493b1324b
|
TitleDatabase: Allow showing Japanese names for Japanese GC games
|
2017-06-03 20:46:30 +02:00 |
|
Léo Lam
|
6bc4cc984f
|
TitleDatabase: Fix header includes
Remove unneeded includes, and add missing includes.
|
2017-05-22 02:02:04 +02:00 |
|
Lioncash
|
73b72c6a62
|
TitleDatabase: Remove unused <iostream> header
Many implementations of <iostream> inject a static constructor into the
translation unit, it's included in, even if nothing from the header is used.
|
2017-05-21 17:51:47 -04:00 |
|
Léo Lam
|
4a55d757dd
|
Add a TitleDatabase
Add a TitleDatabase to allow easily querying a title database to get
a user-friendly string for a game ID.
|
2017-05-21 18:57:55 +02:00 |
|