Compare commits

..

No commits in common. "8b88351cb46afab3907e395f40733854fd8de0cf" and "3cb54e2b4bbd874da83f4ab673cb54c9f0c34e32" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -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 {

View File

@ -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. */