summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2017-02-08 04:27:04 -0500
committerLioncash <mathew1800@gmail.com>2017-02-10 13:08:14 -0500
commit1ce1304d0f011d574eb5e942f4c4479dcaa0596c (patch)
treef15a56455b89af4d3b03ede33623c6695e74210b /Source/Core/Common/FileUtil.cpp
parent5da7d700ca727a7e553184599d2c1b175c936b01 (diff)
CPU Backends: Make each CPU backend responsible for initializing its own
instruction tables Previously, all of the internals that handled how the instruction tables are initialized were exposed externally. However, this can all be made private to each CPU backend. If each backend has an Init() function, then this is where the instruction tables should be initialized, it shouldn't be the responsibility of external code to ensure internal validity. This allows for getting rid of all the table initialization shenanigans within JitInterface and PPCTables.
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
0 files changed, 0 insertions, 0 deletions