windows thanks

This commit is contained in:
lizzie 2026-03-18 05:14:26 +00:00
parent 742aa5423d
commit f1c3840326
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: 2011 Google, Inc.
// SPDX-FileContributor: Geoff Pike
// SPDX-FileContributor: Jyrki Alakuijala
@ -27,8 +30,6 @@
#define WORDS_BIGENDIAN 1
#endif
using namespace std;
namespace Common {
static u64 unaligned_load64(const char* p) {

View file

@ -1,6 +1,7 @@
#include <iostream>
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
using namespace std;
#include <iostream>
int main()
{