mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 00:22:15 +02:00
Compare commits
2 Commits
3cb54e2b4b
...
8b88351cb4
Author | SHA1 | Date | |
---|---|---|---|
|
8b88351cb4 | ||
|
63ea152349 |
@ -14,7 +14,9 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#include <stratosphere.hpp>
|
#include <stratosphere.hpp>
|
||||||
|
#if defined(ATMOSPHERE_OS_HORIZON)
|
||||||
#include "mitm_pm.os.horizon.h"
|
#include "mitm_pm.os.horizon.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace ams::mitm::pm {
|
namespace ams::mitm::pm {
|
||||||
|
|
||||||
|
@ -258,7 +258,7 @@ namespace ams::fatal::srv {
|
|||||||
|
|
||||||
/* Draw a background. */
|
/* Draw a background. */
|
||||||
for (size_t i = 0; i < FrameBufferRequiredSizeBytes / sizeof(*tiled_buf); i++) {
|
for (size_t i = 0; i < FrameBufferRequiredSizeBytes / sizeof(*tiled_buf); i++) {
|
||||||
tiled_buf[i] = 0x39C9;
|
tiled_buf[i] = AtmosphereLogoData[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Draw the atmosphere logo in the upper right corner. */
|
/* Draw the atmosphere logo in the upper right corner. */
|
||||||
|
Loading…
Reference in New Issue
Block a user