mirror of
https://github.com/XorTroll/uLaunch
synced 2024-11-10 06:24:12 +00:00
Previous commit would crash, no idea why :P
This commit is contained in:
parent
bf2b1ab3ca
commit
0db0f43a7d
3 changed files with 2 additions and 6 deletions
|
@ -34,8 +34,6 @@ using JSON = nlohmann::json;
|
|||
|
||||
static constexpr size_t RawRGBAScreenBufferSize = 1280 * 720 * 4;
|
||||
|
||||
#ifndef R_TRY
|
||||
|
||||
// Thanks SciresM
|
||||
#define R_TRY(res_expr) \
|
||||
({ \
|
||||
|
@ -45,8 +43,6 @@ static constexpr size_t RawRGBAScreenBufferSize = 1280 * 720 * 4;
|
|||
} \
|
||||
})
|
||||
|
||||
#endif
|
||||
|
||||
#define R_TRY_WITH(res_expr, ...) \
|
||||
({ \
|
||||
const Result _tmp_r_try_rc = res_expr; \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#pragma once
|
||||
#include <stratosphere.hpp>
|
||||
#include <q_Include.hpp>
|
||||
#include <stratosphere.hpp>
|
||||
|
||||
namespace ipc
|
||||
{
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#include <ipc/ipc_IDaemonService.hpp>
|
||||
#include <db/db_Save.hpp>
|
||||
#include <os/os_Titles.hpp>
|
||||
#include <os/os_HomeMenu.hpp>
|
||||
|
@ -10,6 +9,7 @@
|
|||
#include <am/am_HomeMenu.hpp>
|
||||
#include <am/am_QCommunications.hpp>
|
||||
#include <util/util_Convert.hpp>
|
||||
#include <ipc/ipc_IDaemonService.hpp>
|
||||
#include <cfg/cfg_Config.hpp>
|
||||
|
||||
extern "C"
|
||||
|
|
Loading…
Reference in a new issue