Search found 1 match
- Wed May 29, 2019 3:22 pm
- Forum: Programming and Security
- Topic: Creating Vita plugins using C++?
- Replies: 1
- Views: 6810
Creating Vita plugins using C++?
Is it possible to create Vita (user/kernel) plugins using C++? I know that creating homebrews is possible but when trying to do the same with plugin I get something like this: main.cpp:37:6: error: 'void _start()' aliased to undefined symbol 'module_start' Am I doing something wrong or it's just not...