AdamN

Results 13 issues of AdamN

Personally i prefer loadiine ready games since they are smaller than disk images, but since many people have their collections in WUD (or WUX if they used cemu before), so...

good-for-beginners
improvement

In case their UPnP device took longer to be detected. Will need to get feedbacks first from user who reported that their iPhone 12 pro can't detect UPnP device anymore...

Networking / adhoc

_Before opening a new issue, please [use the issue search feature](https://github.com/premake/premake-core/issues) to see if a similar issue already exists. If not, please help us help you by filling in the...

support-request

Tested on a new fork (master branch only and doesn't have any tag yet) of [ppsspp repository](https://github.com/hrydgard/ppsspp) with `./gradlew androidGitVersion` from this [PR](https://github.com/ANR2MERefork/ppsspp/pull/2) running the `manual_generate_apk.yml` https://github.com/ANR2MERefork/ppsspp/actions/runs/8396532920/job/22998104389 ``` Using default...

This is what i was working on before Mega Man Powered Up official server shutdown in November 2022. This code is still experimental (just to get things to work), but...

Networking / adhoc

### What happens? Based on the logs at https://github.com/hrydgard/ppsspp/actions/runs/8338119513/job/22817906752#step:6:3823 > > C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\v17.0\AppxPackage\Microsoft.AppXPackage.Targets(4790,5): error APPX0108: The certificate specified has expired. For more information about renewing certificates, see http://go.microsoft.com/fwlink/?LinkID=241478....

Platform-specific (UWP)

As there are 2 ways to import functions, either by ordinal or by name, we should ensure that the function is imported by name before comparing the name, since treating...

For example at: https://github.com/pampersrocker/DInput8HookingExample/blob/b9b7e790fe0deb96c2c7884dcf5b3aac5a88c879/MinimalDInput8Hook/Hook.cpp#L39 As some program imports using "KERNEL32.dll" naming while some use "KERNEL32.DLL", and so on. I'm replacing it with `strcasecmp` by declaring this: ```c++ #ifdef _MSC_VER //not...

Basically similar issue to this https://stackoverflow.com/questions/7051558/ntqueryinformationprocess-wont-work-in-visual-studio-2010 The reason was due to linking an internal API (ie. Ntdll.dll) directly, where internal APIs are subject to change from one release of Windows...

https://github.com/pampersrocker/DInput8HookingExample/blob/b9b7e790fe0deb96c2c7884dcf5b3aac5a88c879/MinimalDInput8Hook/Hook.cpp#L36 On a protected app/program some of the Descriptor contains invalid value resulting to a crash due to access violation, seems to start with a Descriptor that is filled with...