Skip to content

Commit

Permalink
Assortment of bug fixes, screen priority should now work as expected;…
Browse files Browse the repository at this point in the history
… add separate network thread for sending packets
  • Loading branch information
xzn committed Jan 17, 2024
1 parent abd32dd commit 8974cf4
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 635 deletions.
2 changes: 1 addition & 1 deletion include/ns/ns.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ extern u8 nsIsRemotePlayStarted;
int remotePlayMenu(u32 localaddr);
void rpMain(void);
void rpSetGamePid(u32 pid);
void rpPortSend(u32 isTop);
int rpPortSend(u32 isTop);
2 changes: 1 addition & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ u32 nsDefaultMemRegion = 0x200;

void sleep(s64 ns);

u32* threadStack = 0;
static u32* threadStack = 0;
NTR_CONFIG backupNtrConfig = { 0 };
NTR_CONFIG* ntrConfig;
FS_archive sdmcArchive = { 0x9, (FS_path){ PATH_EMPTY, 1, "" }, 0, 0 };
Expand Down
Loading

0 comments on commit 8974cf4

Please sign in to comment.