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