You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src
Lioncash 1d6399c222 svc: Implement svcGetResourceLimitLimitValue()
This kernel service function retrieves the maximum allowable value for
a provided resource category for a given resource limit instance. Given
we already have the functionality added to the resource limit instance
itself, it's sufficient to just hook it up.

The error scenarios for this are:

1. If an invalid resource category type is provided, then ERR_INVALID_ENUM is returned.

2. If an invalid handle is provided, then ERR_INVALID_HANDLE is returned (bad thing goes in, bad thing goes out, as one would expect).

If neither of the above error cases occur, then the out parameter is
provided with the maximum limit value for the given category and success
is returned.
7 years ago
..
audio_core audio_core/audio_renderer: Fix typo in AuxInfo member name 7 years ago
common Merge pull request #1773 from lioncash/thread 7 years ago
core svc: Implement svcGetResourceLimitLimitValue() 7 years ago
input_common
tests
video_core Merge pull request #1763 from ReinUsesLisp/bfi 7 years ago
web_service
yuzu Merge pull request #1725 from FernandoS27/gl43 7 years ago
yuzu_cmd Merge pull request #1725 from FernandoS27/gl43 7 years ago
.clang-format
CMakeLists.txt