-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git subrepo pull sys-tune/Atmosphere-libs
subrepo: subdir: "sys-tune/Atmosphere-libs" merged: "c1fe12f" upstream: origin: "[email protected]:Atmosphere-NX/Atmosphere-libs.git" branch: "master" commit: "c1fe12f" git-subrepo: version: "0.4.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a04d8c2"
- Loading branch information
1 parent
8ea2203
commit c7f818b
Showing
343 changed files
with
15,587 additions
and
1,939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
[subrepo] | ||
remote = [email protected]:Atmosphere-NX/Atmosphere-libs.git | ||
branch = master | ||
commit = da6eac986d7f67ca3dcc3a8df0c191ffbea4686f | ||
parent = cb25a8181fd0607aced1c6010936fe4ec03e248d | ||
commit = c1fe12fcbd661ae47673af5f224804c92eebdbb5 | ||
parent = 8ea2203730e96dc479393bc8520b967d6e8162e5 | ||
method = merge | ||
cmdver = 0.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
269 changes: 257 additions & 12 deletions
269
...mosphere-libs/libmesosphere/include/mesosphere/arch/arm64/init/kern_k_init_page_table.hpp
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
sys-tune/Atmosphere-libs/libstratosphere/include/stratosphere/erpt.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/* | ||
* Copyright (c) 2018-2020 Atmosphère-NX | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms and conditions of the GNU General Public License, | ||
* version 2, as published by the Free Software Foundation. | ||
* | ||
* This program is distributed in the hope it will be useful, but WITHOUT | ||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
* more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#pragma once | ||
|
||
#include <stratosphere/erpt/erpt_ids.autogen.hpp> | ||
#include <stratosphere/erpt/erpt_types.hpp> | ||
#include <stratosphere/erpt/erpt_multiple_category_context.hpp> | ||
#include <stratosphere/erpt/sf/erpt_sf_i_context.hpp> | ||
#include <stratosphere/erpt/sf/erpt_sf_i_session.hpp> | ||
#include <stratosphere/erpt/srv/erpt_srv_types.hpp> | ||
#include <stratosphere/erpt/srv/erpt_srv_api.hpp> |
Oops, something went wrong.