Compare commits
32 Commits
1.9.0-prer
...
20_support
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0585da284 | ||
|
|
9dd8269f75 | ||
|
|
6135e39ace | ||
|
|
56922bb59a | ||
|
|
9d986e0501 | ||
|
|
29cadcd269 | ||
|
|
49058b204c | ||
|
|
67f4347aa2 | ||
|
|
0ecc35c062 | ||
|
|
d0cb9b0eb7 | ||
|
|
5f248f91c4 | ||
|
|
e56bf902dc | ||
|
|
37a971a706 | ||
|
|
6bab59ea3d | ||
|
|
a8e955d3be | ||
|
|
13780c5c65 | ||
|
|
8f30415043 | ||
|
|
ecc8955228 | ||
|
|
1b89379cc2 | ||
|
|
6ea2853f4e | ||
|
|
826b749971 | ||
|
|
d56deffa2a | ||
|
|
9e25c58899 | ||
|
|
480a66e06b | ||
|
|
bd30cdad97 | ||
|
|
0dfaf712c7 | ||
|
|
80268e8187 | ||
|
|
edb993c88c | ||
|
|
d336ca188f | ||
|
|
ad5f14c930 | ||
|
|
95bf28e3ac | ||
|
|
bd0890affb |
4
emummc/.gitrepo
vendored
4
emummc/.gitrepo
vendored
@@ -6,7 +6,7 @@
|
||||
[subrepo]
|
||||
remote = https://github.com/m4xw/emummc
|
||||
branch = develop
|
||||
commit = 7522f1f6054a71bdff5beadee0302cead1235be3
|
||||
parent = 0e2ef545f947d24c6add254874ab493ba84bbdc9
|
||||
commit = d248ea6f700c3e6987549e30a1e2eeb609ce9f8c
|
||||
parent = 9112461620330ba73a74926edd4c08b3cc0310f0
|
||||
method = merge
|
||||
cmdver = 0.4.1
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -6,7 +6,7 @@
|
||||
[subrepo]
|
||||
remote = https://github.com/Atmosphere-NX/Atmosphere-libs
|
||||
branch = master
|
||||
commit = 9e8cbe3faa4604e9ae162546d13a74755ce30667
|
||||
parent = 4d4f0ba96876d20e505c7aa11c9bf215f276dd8b
|
||||
commit = 989fb7be0c68bf229fe6789428b6c448b6de142a
|
||||
parent = be19749841e581de4cc5d38f39f4de5fa4046c52
|
||||
method = merge
|
||||
cmdver = 0.4.1
|
||||
|
||||
@@ -57,8 +57,8 @@ namespace ams::svc {
|
||||
|
||||
/* This is the highest SVC version supported by Atmosphere, to be updated on new kernel releases. */
|
||||
/* NOTE: Official kernel versions have SVC major = SDK major + 4, SVC minor = SDK minor. */
|
||||
constexpr inline u32 SupportedKernelMajorVersion = ConvertToSvcMajorVersion(20);
|
||||
constexpr inline u32 SupportedKernelMinorVersion = ConvertToSvcMinorVersion( 5);
|
||||
constexpr inline u32 SupportedKernelMajorVersion = ConvertToSvcMajorVersion(19);
|
||||
constexpr inline u32 SupportedKernelMinorVersion = ConvertToSvcMinorVersion( 3);
|
||||
|
||||
constexpr inline u32 SupportedKernelVersion = EncodeKernelVersion(SupportedKernelMajorVersion, SupportedKernelMinorVersion);
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ namespace ams::boot {
|
||||
alignas(os::MemoryPageSize) u8 g_work_page[os::MemoryPageSize];
|
||||
|
||||
constexpr const u8 FuseeBin[] = {
|
||||
#embed <fusee.bin>
|
||||
#embed ATMOSPHERE_BOOT_FUSEE_PATH
|
||||
};
|
||||
|
||||
/* Helpers. */
|
||||
|
||||
@@ -127,7 +127,7 @@ $(OFILES) : $(ATMOSPHERE_LIBRARIES_DIR)/libstratosphere/$(ATMOSPHERE_LIBRARY_DIR
|
||||
@npdmtool $< $@
|
||||
@echo built ... $(notdir $@)
|
||||
|
||||
boot_power_utils.o: CXXFLAGS += --embed-dir="$(ATMOSPHERE_LIBRARIES_DIR)/../fusee/$(ATMOSPHERE_BOOT_OUT_DIR)/"
|
||||
boot_power_utils.o: CXXFLAGS += -DATMOSPHERE_BOOT_FUSEE_PATH=\"$(ATMOSPHERE_LIBRARIES_DIR)/../fusee/$(ATMOSPHERE_BOOT_OUT_DIR)/fusee.bin\"
|
||||
|
||||
-include $(DEPENDS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user