mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
libstrat: fix compilation without pre-compiled header/without lto
This commit is contained in:
parent
7ca83c9d3b
commit
e8f1efd01b
37 changed files with 89 additions and 33 deletions
|
@ -40,7 +40,7 @@ namespace ams::lm {
|
|||
/* Send libnx command. */
|
||||
::Service logger_srv;
|
||||
{
|
||||
u64 pid_placeholder;
|
||||
u64 pid_placeholder = 0;
|
||||
|
||||
#define NX_SERVICE_ASSUME_NON_DOMAIN
|
||||
R_TRY(serviceDispatchIn(&m_srv, 0, pid_placeholder,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue