Skip to content

Commit

Permalink
Merge pull request #83 from blu-dev/master
Browse files Browse the repository at this point in the history
bump hook count & add result for hook reimpls
  • Loading branch information
Raytwo committed Feb 25, 2024
2 parents 972cdef + 3429908 commit 96b729b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/skyline/inlinehook/And64InlineHook.hpp
Expand Up @@ -27,7 +27,7 @@
SOFTWARE.
*/
#pragma once
#define A64_MAX_BACKUPS 256 * 2
#define A64_MAX_BACKUPS 1024 * 2

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 2 additions & 0 deletions source/skyline/logger/TcpLogger.cpp
Expand Up @@ -65,6 +65,7 @@ Result init_normal(void* arg1, ulong arg2, ulong arg3, int arg4) {

return res;
}
return (Result)0;
}

Result init_config(nn::socket::Config const& config) {
Expand All @@ -79,6 +80,7 @@ Result init_config(nn::socket::Config const& config) {

return res;
}
return (Result)0;
}

void setup_socket_hooks() {
Expand Down

0 comments on commit 96b729b

Please sign in to comment.