Stub DLC::GetPatchTitleInfo to fail

This commit is contained in:
wheremyfoodat 2023-08-20 03:08:34 +03:00
parent e5f96b7298
commit 977cb0403c
2 changed files with 14 additions and 2 deletions
include/services

View file

@ -12,6 +12,7 @@ class AMService {
// Service commands
void getDLCTitleInfo(u32 messagePointer);
void getPatchTitleInfo(u32 messagePointer);
void listTitleInfo(u32 messagePointer);
public: