| Age | Commit message (Collapse) | Author |
|
|
|
or generated
|
|
This was automated using `clang-modernize`.
|
|
area.
Removed s_ prefix
|
|
|
|
with something more sophisticated.
|
|
|
|
While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures.
Instead, we now use a more conventional approach which is a lot more clean to use.
|
|
- Various other cleanups.
|
|
citra-qt: Rewrite disassembly view.
|
|
|
|
|
|
rather than a u32.
Anonymous structs are not standard C++, hence don't use them.
|
|
|
|
|
|
Conflicts:
src/core/hle/function_wrappers.h
src/core/hle/service/gsp.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|