diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2022-10-14 17:30:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-14 17:30:11 -0400 |
| commit | 1d3810971453df275ccd0fcdfb9c480a070c30c3 (patch) | |
| tree | d55dcc3f619ea075f55b4085648ffafb7717eed9 /src/core/hle/kernel/k_client_session.h | |
| parent | 6a9bbb012830d440f049667977c91e14bb925ac8 (diff) | |
| parent | 61a8696510b3bca120f1f0289a3829e3db14834e (diff) | |
Merge pull request #9055 from liamwhite/hbl
Preliminary support for nx-hbloader
Diffstat (limited to 'src/core/hle/kernel/k_client_session.h')
| -rw-r--r-- | src/core/hle/kernel/k_client_session.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/kernel/k_client_session.h b/src/core/hle/kernel/k_client_session.h index 0c750d756..b4a19c546 100644 --- a/src/core/hle/kernel/k_client_session.h +++ b/src/core/hle/kernel/k_client_session.h @@ -46,8 +46,7 @@ public: return parent; } - Result SendSyncRequest(KThread* thread, Core::Memory::Memory& memory, - Core::Timing::CoreTiming& core_timing); + Result SendSyncRequest(); void OnServerClosed(); |
