devkitPro / wut

Let's try to make a Wii U Toolchain / SDK for creating rpx/rpl.
zlib License
236 stars 52 forks source link

nn/dlp: Fix Initialize functions on ServerPrivate #390

Closed DaniElectra closed 2 months ago

DaniElectra commented 2 months ago

These functions were pointing to the Server implementation, and not the ServerPrivate one. Fix the typo using the correct ServerPrivate export instead.