citra/src/core/hle/service/apt
Lioncash b3221c3180 file_util: Use an enum class for GetUserPath()
Instead of using an unsigned int as a parameter and expecting a user to
always pass in the correct values, we can just convert the enum into an
enum class and use that type as the parameter type instead, which makes
the interface more type safe.

We also get rid of the bookkeeping "NUM_" element in the enum by just
using an unordered map. This function is generally low-frequency in
terms of calls (and I'd hope so, considering otherwise would mean we're
slamming the disk with IO all the time) so I'd consider this acceptable
in this case.
2018-09-22 21:18:56 +02:00
..
bcfnt apt/shared_font: don't relocate zero offset 2017-06-26 00:43:23 +03:00
applet_manager.cpp Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
applet_manager.h Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
apt.cpp file_util: Use an enum class for GetUserPath() 2018-09-22 21:18:56 +02:00
apt.h service/apt: Implement soft reset & CloseApplication 2018-09-08 11:05:23 +08:00
apt_a.cpp service/apt: Implement soft reset & CloseApplication 2018-09-08 11:05:23 +08:00
apt_a.h APT: convert to ServiceFramework 2018-02-03 19:40:22 +02:00
apt_s.cpp service/apt: Implement soft reset & CloseApplication 2018-09-08 11:05:23 +08:00
apt_s.h APT: convert to ServiceFramework 2018-02-03 19:40:22 +02:00
apt_u.cpp service/apt: Implement soft reset & CloseApplication 2018-09-08 11:05:23 +08:00
apt_u.h APT: convert to ServiceFramework 2018-02-03 19:40:22 +02:00
errors.h APT/Applet: move applet managing into its own class 2018-01-25 22:20:08 +02:00