index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
resource_limit.h
Age
Commit message (
Expand
)
Author
2019-12-07
kernel: Remove unnecessary includes
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-04-11
kernel: Make handle type declarations constexpr
Lioncash
2019-04-01
kernel/resource_limit: Remove the name member from resource limits
Lioncash
2018-11-26
svc: Implement svcGetResourceLimitLimitValue()
Lioncash
2018-11-19
kernel/resource_limit: Clean up interface
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-04-20
resource_limit: Make ResourceTypes an enum class
Lioncash
2018-01-20
Format: Run the new clang format on everything
James Rowe
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-14
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv