diff options
| author | 2018-12-06 10:59:22 -0500 | |
|---|---|---|
| committer | 2018-12-06 15:02:17 -0500 | |
| commit | d4c1b9d311c978a6354574d09c451522ceb74e82 (patch) | |
| tree | 4fd85da1f82ec31892c6645e45d2a04f6e010b9f /src/core/hle/kernel/thread.cpp | |
| parent | Merge pull request #1870 from heapo/pagetable_shrink_to_fit (diff) | |
| download | yuzu-d4c1b9d311c978a6354574d09c451522ceb74e82.tar.gz yuzu-d4c1b9d311c978a6354574d09c451522ceb74e82.tar.xz yuzu-d4c1b9d311c978a6354574d09c451522ceb74e82.zip | |
vm_manager: Make vma_map private
This was only ever public so that code could check whether or not a
handle was valid or not. Instead of exposing the object directly and
allowing external code to potentially mess with the map contents, we
just provide a member function that allows checking whether or not a
handle is valid.
This makes all member variables of the VMManager class private except
for the page table.
Diffstat (limited to 'src/core/hle/kernel/thread.cpp')
0 files changed, 0 insertions, 0 deletions