diff options
| author | 2018-07-19 09:03:30 -0400 | |
|---|---|---|
| committer | 2018-07-19 09:15:38 -0400 | |
| commit | e0b8a35937e5c93ce661e9a947bd2b5f68aa810f (patch) | |
| tree | 76438b697194444d6a2a16d3bd885758abd8bccd /src/core/gdbstub/gdbstub.cpp | |
| parent | Merge pull request #700 from bunnei/update-dynarmic (diff) | |
| download | yuzu-e0b8a35937e5c93ce661e9a947bd2b5f68aa810f.tar.gz yuzu-e0b8a35937e5c93ce661e9a947bd2b5f68aa810f.tar.xz yuzu-e0b8a35937e5c93ce661e9a947bd2b5f68aa810f.zip | |
common/misc: Deduplicate code in GetLastErrorMsg()
Android and macOS have supported thread_local for quite a while, but
most importantly is that we don't even really need it. Instead of using
a thread-local buffer, we can just return a non-static buffer as a
std::string, avoiding the need for that quality entirely.
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
0 files changed, 0 insertions, 0 deletions