mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-10 04:31:44 +00:00
a2a401d36d
* Updated borealis fork (refer to https://github.com/DarkMatterCore/borealis/commits/nxdumptool-legacy). * Updated NcaKeyGeneration enum. * Commented out title task notification. * Remove unnecessary instant view invalidations. * NS application records are now retrieved using a loop. * Fixed text alignment issues in RootView. * Slightly improved gamecard notifications.
10 lines
356 B
JSON
10 lines
356 B
JSON
{
|
|
"notifications": {
|
|
"gamecard_status_updated": "Gamecard status updated",
|
|
"gamecard_ejected": "Gamecard ejected",
|
|
"user_titles": "User titles updated",
|
|
"ums_device": "USB Mass Storage devices updated",
|
|
"usb_host_connected": "USB host connected",
|
|
"usb_host_disconnected": "USB host disconnected"
|
|
}
|
|
}
|