Felix-Dev

Results 12 issues of Felix-Dev

## Description This PR adds the fully reverse-engineered `chkreg` module. ### Highlights As part of RE'ing this module, two NIDs were cracked: ``` 0x7939C851 = sceChkregGetPspModel 0x6894A027 = sceChkregGetPsFlags ```...

## Description This PR adds the fully reverse-engineered Power Service (power_0x.prx) to uofw. Except for the PSP Go (PSP N-1000), all PSP series should be supported. We currently don't have...

Back in 2014, it was discovered that our controller module does not properly read DualShock3 input on the PSP Go. Since then, fixes have been made to our controller implementation...

help-wanted

Our [psp-fixup-imports](https://github.com/uofw/uofw/tree/master/utils/fixup-imports) program currently does not have working support for processing variable imports. Attempting to fix a variable import for a module results in a sgmentation fault: ![image](https://user-images.githubusercontent.com/1398851/107873727-d1535480-6eb4-11eb-9a1c-d15adc9830ea.png) Some initial...

help-wanted

Today, we start our kernel errors macros with the following prefix: `SCE_ERROR_KERNEL_`. However, both the public PSPSDK as well as the original Sony names use `SCE_KERNEL_ERROR_` as the prefix. And...

The module currently causes a crash during the PSP boot process.

In commit https://github.com/uofw/uofw/commit/f099b78dc0937df4e7346e2e417b63f471f8a3af, the [SceCtrlData](https://github.com/uofw/uofw/blob/master/include/ctrl.h#L22) API got updated: ![image](https://user-images.githubusercontent.com/1398851/103317235-2f25fd00-4a2b-11eb-96ee-e2453526140f.png) Looking at the official PSP 6.60 SDK documentation, however, the SceCtrlData struct is still defined as this: ```c++ typedef struct {...

# Proposal: Enable UWP apps to request background access to the clipboard *This proposal was originally tailored to the specific use case of allowing UWP apps running in the background...

area-UWP
area-Clipboard
feature proposal

# Proposal: [UWP] Provide a user-friendly UX to request access permissions to specific file locations ## Summary Allow UWP apps to request specific file/folder access by displaying a user-consent dialog...

area-UWP
area-File access
feature proposal