Afzal Najam

Results 37 comments of Afzal Najam

I just did this. You can download Dogecoin-qt (Dogecoin core), copy the wallet.dat file to the location used by Dogecoin-qt, then start the app. It should show the unconfirmed balance...

I've been able to track this bug down to [this commit](https://github.com/libsdl-org/SDL/commit/5b3616c325c4461fe7e038706502ff6c300f539d) in SDL. Ryujinx works just fine with SDL.dll built from before that commit but that commit onward, this bug...

@wwwizzarrdry Need to get a release of SDL to get the fix in [SDL-CS](https://github.com/Ryujinx/SDL2-CS) as I don't think [SDL-CS](https://github.com/Ryujinx/SDL2-CS) uses a dev build of SDL.

The easiest solution I've found is to build SDL2.dll yourself using the latest SDL2 main branch, then replace that in the Ryujinx folder. That's what I've been doing. They only...

Now someone needs to update https://github.com/Ryujinx/SDL, and then build https://github.com/Ryujinx/SDL2-CS I have no idea what to do about the conflicts in https://github.com/Ryujinx/SDL, otherwise I'd create a PR myself. @marysaka might...

Since this hasn't been touched in 4 years, I'm going to close this.

Alright here's the quickest way to make this work, especially if you cannot compile the source in its current state. Follow this guide and run the server locally. You can...