Skip to content

Fix SceSize declaration missing in pspdmac.h #272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 4, 2025

Conversation

sharkwouter
Copy link
Member

@wally4000 reported this error:

In file included from /home/ben/daedalus_wally/Source/HLEAudio/Plugin/PSP/AudioPluginPSP.h:3,
                 from /home/ben/daedalus_wally/Source/System/SystemInit.cpp:44:
/home/ben/pspdev/psp/sdk/include/pspdmac.h:29:47: error: 'SceSize' has not been declared
   29 | int sceDmacMemcpy(void *dst, const void *src, SceSize n);
      |                                               ^~~~~~~
/home/ben/pspdev/psp/sdk/include/pspdmac.h:31:50: error: 'SceSize' has not been declared
   31 | int sceDmacTryMemcpy(void *dst, const void *src, SceSize n);
      |         

This should fix that. Since SceSize is defined in pspkerneltypes.h.

@sharkwouter sharkwouter merged commit 74dbd1a into master Apr 4, 2025
2 checks passed
@diamant3 diamant3 deleted the fix-SceSize-declaration-dmac branch April 5, 2025 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants