mirror of
https://github.com/PabloMK7/citra.git
synced 2025-11-04 15:48:48 +00:00
Quite a few service functions are stubbed but still pop all their arguments, which can lead to unused variable warnings. We can mark the unused arguments with [[maybe_unused]] to silence these warnings until a full implementation of these functions are made. |
||
|---|---|---|
| .. | ||
| cfg.cpp | ||
| cfg.h | ||
| cfg_i.cpp | ||
| cfg_i.h | ||
| cfg_nor.cpp | ||
| cfg_nor.h | ||
| cfg_s.cpp | ||
| cfg_s.h | ||
| cfg_u.cpp | ||
| cfg_u.h | ||