summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureDecoder_Generic.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2017-02-24 19:17:34 +0100
committerLéo Lam <leo@innovatetechnologi.es>2017-03-01 16:05:33 +0100
commit24e35f96fa1653f5652449d28aca572551d4434c (patch)
treebda346690017f0b40283507586c8b7bd48dab93a /Source/Core/VideoCommon/TextureDecoder_Generic.cpp
parent83bd74aef033c0a38aa18b014929bc96bb961080 (diff)
ES: Replace useless asserts with proper checks
It makes absolutely no sense to have asserts for what is obviously an error condition. And they should definitely not cause Dolphin to crash because it assumes that everything is valid, and Dolphin should not report those to the user either, as it is very obviously a bug in the emulated software and there is nothing the user (or we) can do. This commit replaces all of the request asserts with proper checks and adds missing checks for some ioctlvs. We still do not check sizes yet; this will be done later.
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_Generic.cpp')
0 files changed, 0 insertions, 0 deletions