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.cpp
Age
Commit message (
Expand
)
Author
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-04-01
kernel/resource_limit: Remove the name member from resource limits
Lioncash
2018-11-19
kernel/resource_limit: Clean up interface
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-25
kernel: Migrate logging macros to fmt-compatible ones
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
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-01-11
Thread: Added priority range checking to svcSetThreadPriority and removed pri...
Subv
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
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-08-16
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-05-14
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv