index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
resource_limit.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: ResourceLimit::Reserve remove useless while loop
David Marcec
2020-05-29
1
-5
/
+1
*
kernel: Don't fail silently
David Marcec
2020-04-29
1
-0
/
+2
*
kernel: resource_limit: Improvements to implementation.
bunnei
2020-04-17
1
-8
/
+42
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-2
/
+2
*
kernel/resource_limit: Remove the name member from resource limits
Lioncash
2019-04-01
1
-5
/
+2
*
kernel/resource_limit: Clean up interface
Lioncash
2018-11-20
1
-54
/
+21
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-81
/
+4
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-3
/
+3
*
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-26
1
-3
/
+3
*
resource_limit: Make ResourceTypes an enum class
Lioncash
2018-04-21
1
-23
/
+23
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+1
*
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-1
/
+1
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-0
/
+1
*
Thread: Added priority range checking to svcSetThreadPriority and removed priority clamping code from Thread::SetPriority.
Subv
2017-01-11
1
-0
/
+2
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-6
/
+3
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-57
/
+57
*
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-08-16
1
-1
/
+0
*
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-15
1
-0
/
+157