-
**What version of protobuf and what language are you using?**
Version: v3.15 and later
Language: C++
**What operating system (Linux, Windows, ...) and version?**
QNX SDP 7.0 for aarch64 (lit…
-
Hello mupen64 developers,
I am sorry for noise, but I would like to know if MUPEN64PLUS has never ran on a big endian machine like mine PPC790MP Quad Core running @ 2.5Ghz.
Actually I tried to com…
-
### Description of the crash:
I compiled the source on a Big Endian system, PowerMac G5 running Debian sid PPC64. I provided the mm.o2r on the same folder as 2sh2.elf, when try to run it, it opens, s…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Operating system
- [x] Linux
- [ ] Mac
- [ ] Windows
### Operating system version
Fedora Rawhide, or 41
###…
-
Changing the setting form little endian to big endian does not changes the byte order. using Revision [030b30d] from 2019-03-17 01:38:34 +0500 Qt 5.12.1 version 3
-
First of all, thank you for this work.
Example A: if we specify endian only on the Main type, doesn't compile
```rust
use deku::prelude::*;
#[derive(DekuRead, DekuWrite)]
struct Sub {
}
#…
-
~~I propose adding support for big endian systems to the microwatt project. This would significantly expand the reach of the project and allow more users to benefit from its features.~~
Currently, …
-
LSSMaster does not swap byte order in a big endian system. So far I have identified the following changes needed in LSSMaster.c:
```
CO_LSSmaster_switchStateSelectInitiate
Line 185 to (void)CO_se…
-
@jonian hey there pal, is there any way for add these two platforms Wii and Wii U in the Libretro makefile?
I can't figure out how i can add specific platform defines for Libretro makefiles with all …
-
These are currently broken because the order of elements inside vectors is reversed on big-endian systems: the ARM ABI requires that element 0 is located at the highest address of the vector type. How…