summaryrefslogtreecommitdiffstats
path: root/src/video_core/regs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pica/Regs: Use binary search to look up reg namesYuri Kunde Schlesner2017-02-091-13/+8
| | | | | | This gets rid of the static unordered_map. Also changes the return type const char*, avoiding unnecessary allocations (the result was only used by calling .c_str() on it.)
* VideoCore: Move Regs to its own fileYuri Kunde Schlesner2017-02-041-0/+493