summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/HiresTextures.cpp
AgeCommit message (Collapse)Author
2014-06-04Fix some warnings.Tillmann Karras
The 'offset' variable needs to stay because the disabled code below uses it.
2014-04-24Workaround dumb custom texture loading logic so that D3D11, GL core (used on ↵Tony Wasserka
OS X) and GLES code paths have less broken custom textures.
2014-03-14Kill off some usages of c_str.Lioncash
Also changes some function params, but this is ok. Some simplifications were also able to be made (ie. killing off strcmps with ==, etc).
2014-03-09clang-modernize -use-nullptrTillmann Karras
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
2014-02-18Convert all includes to relative paths.Lioncash
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre