mirror of
https://github.com/rvtr/ctr_Repair.git
synced 2025-10-31 13:51:08 -04:00
上画面は黒塗りつぶしのまま
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@43 385bec56-5757-e545-9c3a-d8741f4650f1
This commit is contained in:
parent
45fee26050
commit
8e66dda90d
@ -357,8 +357,6 @@ extern "C" void nnMain(void)
|
|||||||
deviceId,
|
deviceId,
|
||||||
friendCode,
|
friendCode,
|
||||||
GetProgress(),
|
GetProgress(),
|
||||||
IsBackupFailed(),
|
|
||||||
IsBackupSucceeded(),
|
|
||||||
macAddress,
|
macAddress,
|
||||||
operationMessage,
|
operationMessage,
|
||||||
region,
|
region,
|
||||||
|
|||||||
@ -381,8 +381,6 @@ extern "C" void nnMain(void)
|
|||||||
deviceId,
|
deviceId,
|
||||||
friendCode,
|
friendCode,
|
||||||
GetProgress(),
|
GetProgress(),
|
||||||
IsRestoreFailed(),
|
|
||||||
IsRestoreSucceeded(),
|
|
||||||
macAddress,
|
macAddress,
|
||||||
operationMessage,
|
operationMessage,
|
||||||
region,
|
region,
|
||||||
|
|||||||
@ -52,8 +52,6 @@ void DrawSystemState
|
|||||||
bit32 deviceId,
|
bit32 deviceId,
|
||||||
u64 friendCode,
|
u64 friendCode,
|
||||||
u32 progress,
|
u32 progress,
|
||||||
bool isBackupFailed,
|
|
||||||
bool isBackupSucceeded,
|
|
||||||
char8* macAddress,
|
char8* macAddress,
|
||||||
::std::vector<std::string>& operationMessage,
|
::std::vector<std::string>& operationMessage,
|
||||||
nn::cfg::CTR::CfgRegionCode region,
|
nn::cfg::CTR::CfgRegionCode region,
|
||||||
@ -62,18 +60,7 @@ void DrawSystemState
|
|||||||
{
|
{
|
||||||
// デフォルトで上画面に描画するもの
|
// デフォルトで上画面に描画するもの
|
||||||
renderSystem.SetRenderTarget(GetRenderTarget(NN_GX_DISPLAY0, flip));
|
renderSystem.SetRenderTarget(GetRenderTarget(NN_GX_DISPLAY0, flip));
|
||||||
if (isBackupSucceeded)
|
renderSystem.SetClearColor(GetRenderTarget(NN_GX_DISPLAY0, flip), NORMAL_COLOR);
|
||||||
{
|
|
||||||
renderSystem.SetClearColor(GetRenderTarget(NN_GX_DISPLAY0, flip), SUCCESS_COLOR);
|
|
||||||
}
|
|
||||||
else if (isBackupFailed)
|
|
||||||
{
|
|
||||||
renderSystem.SetClearColor(GetRenderTarget(NN_GX_DISPLAY0, flip), FAIL_COLOR);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
renderSystem.SetClearColor(GetRenderTarget(NN_GX_DISPLAY0, flip), NORMAL_COLOR);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
renderSystem.Clear();
|
renderSystem.Clear();
|
||||||
|
|||||||
@ -58,8 +58,6 @@ void DrawSystemState
|
|||||||
bit32 deviceId,
|
bit32 deviceId,
|
||||||
u64 friendCode,
|
u64 friendCode,
|
||||||
u32 progress,
|
u32 progress,
|
||||||
bool isBackupFailed,
|
|
||||||
bool isBackupSucceeded,
|
|
||||||
char8* macAddress,
|
char8* macAddress,
|
||||||
::std::vector<std::string>& operationMessage,
|
::std::vector<std::string>& operationMessage,
|
||||||
nn::cfg::CTR::CfgRegionCode region,
|
nn::cfg::CTR::CfgRegionCode region,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user