Skip to content

Commit

Permalink
nn/dlp: Fix Initialize functions on ServerPrivate
Browse files Browse the repository at this point in the history
These functions were pointing to the `Server` implementation, and not
the `ServerPrivate` one. Fix the typo using the correct `ServerPrivate`
export instead.
  • Loading branch information
DaniElectra authored and GaryOderNichts committed Jul 19, 2024
1 parent 0ae8f8a commit 29f5093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/nn/dlp/Cafe.h
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ namespace Cafe {
uint8_t childIndex,
uint32_t blockBufferSize,
uint32_t blockBufferNum,
nn::cfg::CTR::UserName *userName) asm("Initialize__Q4_2nn3dlp4Cafe6ServerSFUcUiT1PQ4_2nn3cfg3CTR8UserName");
nn::cfg::CTR::UserName *userName) asm("Initialize__Q4_2nn3dlp4Cafe13ServerPrivateSFUcUiT1N22PQ4_2nn3cfg3CTR8UserName");

/**
* Initializes DLP.
Expand Down Expand Up @@ -320,7 +320,7 @@ namespace Cafe {
uint8_t childIndex,
uint32_t blockBufferSize,
uint32_t blockBufferNum,
nn::cfg::CTR::UserName *userName) asm("Initialize__Q4_2nn3dlp4Cafe6ServerSFPbUcUiT2PQ4_2nn3cfg3CTR8UserName");
nn::cfg::CTR::UserName *userName) asm("Initialize__Q4_2nn3dlp4Cafe13ServerPrivateSFPbUcUiT2N23PQ4_2nn3cfg3CTR8UserName");
};
} // namespace Cafe

Expand Down

0 comments on commit 29f5093

Please sign in to comment.