Advertising (This ad goes away for registered users. You can Login or Register)

Search found 777 matches

by noname120
Tue Jun 25, 2019 9:30 pm
Forum: Programming and Security
Topic: Creating Vita plugins using C++?
Replies: 1
Views: 13922

Re: Creating Vita plugins using C++?

C++ symbols are mangled. Put your module_start definition inside an extern block:

Code: Select all

extern "C" {
   int module_start(SceSize argc, void *args);
}
by noname120
Thu Mar 08, 2018 4:21 pm
Forum: Support
Topic: Vita Homebrew Browser keeps crashing
Replies: 2
Views: 8123

Re: Vita Homebrew Browser keeps crashing

I don't have that issue, could you try again?
by noname120
Tue Oct 17, 2017 2:36 am
Forum: Programming and Security
Topic: C++ SDL2_image IMG_LoadTexture: Unsupported image format
Replies: 10
Views: 29501

Re: C++ SDL2_image IMG_LoadTexture: Unsupported image format

Feel free to make a pull request here with modified compilations params: https://github.com/lourinaldi/SDL_image ... SDL2_image

The change will then make its way to the sdk.
by noname120
Fri Oct 13, 2017 12:57 am
Forum: Programming and Security
Topic: Why I can't load module in games folder?
Replies: 2
Views: 9718

Re: Why I can't load module in games folder?

I suggest you not to rely on Vitamin for plugin loading. HENkaku has had plugin loading abilities for quite some time now, and there is even a hooks framework: https://tai.henkaku.xyz/ When using TaiHEN, don't put plugins in ux0:/plugins/ but in ur0:/tai, or they will be loaded by Vitamin too (which...
by noname120
Mon Sep 04, 2017 10:19 pm
Forum: Programming and Security
Topic: [Question] sceCamera API behavior
Replies: 4
Views: 12538

Re: [Question] sceCamera API behavior

If you come there, make sure to stay long enough so that we can see your message and answer. It happens often that people leave the channel before we get the chance to help them.
If nobody answers, don't hesitate to type my name 'noname120' so that I can get notified and help you.
by noname120
Fri Aug 11, 2017 10:08 pm
Forum: HENkaku
Topic: [RELEASE] PRO Camera Vita - Powerful Camera App by VitaHEX
Replies: 10
Views: 29078

Re: [RELEASE] PRO Camera Vita - Powerful Camera App by VitaH

Some suggestions: - Automatic photo export (need to ask Rinnegatamante to add it since it's not supported yet in lpp-vita). - Touching the brightness slider and accidentally swiping too much to the right makes the app believe I pressed on the button. To remedy this issue, the slider should 'capture'...
by noname120
Tue Jun 06, 2017 6:28 pm
Forum: Homebrews
Topic: psp2shell : ease development on ps vita devices
Replies: 1
Views: 4098

Re: psp2shell : ease development on ps vita devices

This is a great step toward comfortable development on the Vita. Great job ! ;)
by noname120
Sat Apr 15, 2017 2:13 pm
Forum: Programming and Security
Topic: C++ SDL2_image IMG_LoadTexture: Unsupported image format
Replies: 10
Views: 29501

Re: C++ SDL2_image IMG_LoadTexture: Unsupported image format

Strange. I don't have much experience with SDL2, you should probably ask xerpi on http://webchat.freenode.net/?channels=%23henkaku

By the way, you should change your VITA_TITLEID because "VSDK00013" is already used by a Vita sample.

Go to advanced search