mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-10 00:41:19 +12:00
nsyshid: Tidyups and Fixes (#1275)
This commit is contained in:
parent
593da5ed79
commit
517e68fe57
4 changed files with 5 additions and 5 deletions
|
@ -978,7 +978,7 @@ namespace nsyshid
|
|||
{
|
||||
for (const auto& it : GetListSkylanders())
|
||||
{
|
||||
if(it.first.first == skyId && it.first.second == skyVar)
|
||||
if (it.first.first == skyId && it.first.second == skyVar)
|
||||
{
|
||||
return it.second;
|
||||
}
|
||||
|
|
|
@ -50,7 +50,7 @@ namespace nsyshid
|
|||
std::unique_ptr<FileStream> skyFile;
|
||||
uint8 status = 0;
|
||||
std::queue<uint8> queuedStatus;
|
||||
std::array<uint8, SKY_BLOCK_SIZE> data{};
|
||||
std::array<uint8, SKY_FIGURE_SIZE> data{};
|
||||
uint32 lastId = 0;
|
||||
void Save();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue