1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 22:13:24 +01:00
Atmosphere/stratosphere/ams_mitm/source/set_mitm
Lioncash 452c61db7a setsys_settings_items: Simplify buffer management in LoadConfiguration()
We can use a std::string here instead of setting up a scope guard and
manual allocations. We also don't need to care about null-termination,
as c_str() will automatically ensure this is done when passing it into
ini_parse_string().
2019-06-03 21:37:12 -04:00
..
set_mitm_service.cpp set.mitm: language emulation (closes #489) 2019-05-22 12:13:10 -07:00
set_mitm_service.hpp set.mitm: language emulation (closes #489) 2019-05-22 12:13:10 -07:00
set_shim.c set.mitm: language emulation (closes #489) 2019-05-22 12:13:10 -07:00
set_shim.h set.mitm: language emulation (closes #489) 2019-05-22 12:13:10 -07:00
setmitm_main.cpp set.mitm: language emulation (closes #489) 2019-05-22 12:13:10 -07:00
setmitm_main.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
setsys_firmware_version.cpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
setsys_firmware_version.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
setsys_mitm_service.cpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
setsys_mitm_service.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
setsys_settings_items.cpp setsys_settings_items: Simplify buffer management in LoadConfiguration() 2019-06-03 21:37:12 -04:00
setsys_settings_items.hpp atmosphere: current year is 2019 2019-04-07 19:00:49 -07:00
setsys_shim.c set.mitm: language emulation (closes #489) 2019-05-22 12:13:10 -07:00
setsys_shim.h Merge fs.mitm and set.mitm. 2019-02-04 20:15:16 -08:00