suyu/src/core/hle/service/bcat
Morph 81b1b71993 common: fs: Remove [[nodiscard]] attribute on Remove* functions
There are a lot of scenarios where we don't particularly care whether or not the removal operation and just simply attempt a removal.

As such, removing the [[nodiscard]] attribute is best for these functions.
2021-06-22 13:36:24 -04:00
..
backend common: fs: Remove [[nodiscard]] attribute on Remove* functions 2021-06-22 13:36:24 -04:00
bcat.cpp service: Resolve cases of member field shadowing 2021-05-04 04:38:38 -04:00
bcat.h service: Resolve cases of member field shadowing 2021-05-04 04:38:38 -04:00
module.cpp general: Replace RESULT_SUCCESS with ResultSuccess 2021-06-02 00:39:27 -04:00
module.h service: Eliminate usages of the global system instance 2020-11-26 20:03:11 -05:00