diff options
| author | 2015-02-18 22:18:47 -0800 | |
|---|---|---|
| committer | 2015-02-18 22:26:22 -0800 | |
| commit | 5efd149ad56efb2a00332af5a791b403e7f70273 (patch) | |
| tree | 90492d27a1c67a480f8675c269a63932cee28432 /src/common/chunk_file.h | |
| parent | Merge pull request #580 from lioncash/emplace (diff) | |
| download | yuzu-5efd149ad56efb2a00332af5a791b403e7f70273.tar.gz yuzu-5efd149ad56efb2a00332af5a791b403e7f70273.tar.xz yuzu-5efd149ad56efb2a00332af5a791b403e7f70273.zip | |
Remove the useless msg_handler compilation unit that was left over from Dolphin
Diffstat (limited to 'src/common/chunk_file.h')
| -rw-r--r-- | src/common/chunk_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/chunk_file.h b/src/common/chunk_file.h index dc27da088..3f97d56bf 100644 --- a/src/common/chunk_file.h +++ b/src/common/chunk_file.h | |||
| @@ -637,7 +637,7 @@ public: | |||
| 637 | Do(cookie); | 637 | Do(cookie); |
| 638 | if(mode == PointerWrap::MODE_READ && cookie != arbitraryNumber) | 638 | if(mode == PointerWrap::MODE_READ && cookie != arbitraryNumber) |
| 639 | { | 639 | { |
| 640 | PanicAlertT("Error: After \"%s\", found %d (0x%X) instead of save marker %d (0x%X). Aborting savestate load...", prevName, cookie, cookie, arbitraryNumber, arbitraryNumber); | 640 | LOG_ERROR(Common, "After \"%s\", found %d (0x%X) instead of save marker %d (0x%X). Aborting savestate load...", prevName, cookie, cookie, arbitraryNumber, arbitraryNumber); |
| 641 | SetError(ERROR_FAILURE); | 641 | SetError(ERROR_FAILURE); |
| 642 | } | 642 | } |
| 643 | } | 643 | } |