Re: desmume, any special reqs to run it?

2022-12-12 Thread Anthony J. Bentley
Nam Nguyen writes: > Here is a diff unbreaking desmume. I am attaching it because it contains > ^M being removed from an existing patch. > > I came across this same issue with my WIP-port of flycast. It has to be > adapted for immutable userland mappings in 7.2 -current. > > Globals are in BSS and

Re: desmume, any special reqs to run it?

2022-12-09 Thread Stefan Sperling
On Thu, Dec 08, 2022 at 06:42:51PM -0800, Nam Nguyen wrote: > Here is a diff unbreaking desmume. I am attaching it because it contains > ^M being removed from an existing patch. > > I came across this same issue with my WIP-port of flycast. It has to be > adapted for immutable userland mappings

Re: desmume, any special reqs to run it?

2022-12-08 Thread Nam Nguyen
Mike Larkin writes: > On Sun, Dec 04, 2022 at 05:30:47PM -0700, Anthony J. Bentley wrote: >> Mikolaj Kucharski writes: >> > I just wanted to see how Nintendo 3DS emulators work on OpenBSD. Never >> > played with them before. >> > >> > $ desmume some-game-decrypted.3ds >> > mprotect failed:

Re: desmume, any special reqs to run it?

2022-12-05 Thread Mike Larkin
On Sun, Dec 04, 2022 at 05:30:47PM -0700, Anthony J. Bentley wrote: > Mikolaj Kucharski writes: > > I just wanted to see how Nintendo 3DS emulators work on OpenBSD. Never > > played with them before. > > > > $ desmume some-game-decrypted.3ds > > mprotect failed: Operation not permitted > > Abort

Re: desmume, any special reqs to run it?

2022-12-04 Thread Anthony J. Bentley
Mikolaj Kucharski writes: > I just wanted to see how Nintendo 3DS emulators work on OpenBSD. Never > played with them before. > > $ desmume some-game-decrypted.3ds > mprotect failed: Operation not permitted > Abort trap (core dumped) > > I tried with few 3DS files and one CIA file, always the

Re: desmume, any special reqs to run it?

2022-12-04 Thread Sable
I don't usually respond on here, but I felt it important to mention, there is a better DS emulator in the works, that uses a crapton less dependencies than desmume and melonDS. It currently is specified as rolling release and might not be to your standards yet, but I will show you the link,

desmume, any special reqs to run it?

2022-12-04 Thread Mikolaj Kucharski
Hi, I just wanted to see how Nintendo 3DS emulators work on OpenBSD. Never played with them before. $ desmume some-game-decrypted.3ds mprotect failed: Operation not permitted Abort trap (core dumped) I tried with few 3DS files and one CIA file, always the same output like above. Any tips?