ai_instructions/mac_camera/CONTRIBUTION_GUIDE.md
# Install Visual Studio 2022 (Community Edition is free)
# Install CMake
# Install Git
# Clone and build:
git clone --recursive https://github.com/hrydgard/ppsspp.git
cd ppsspp
mkdir build
cd build
cmake ..
# Open PPSSPP.sln in Visual Studio
# Install dependencies
sudo apt-get install cmake build-essential libgl1-mesa-dev libsdl2-dev
# Clone and build:
git clone --recursive https://github.com/hrydgard/ppsspp.git
cd ppsspp
./b.sh
Translations - No coding needed!
assets/lang/your_language.inien_US.ini and translateDocumentation - Help others!
Bug Reports - Play and report!
# Create a new branch
git checkout -b my-feature-name
# Make your changes
# Test thoroughly!
# Commit with clear message
git add .
git commit -m "Fix: USB Camera stop functions implementation
- Implemented sceUsbCamStopStill()
- Implemented sceUsbCamStopVideo()
- Tested with Invizimals"
Search for: https://github.com/hrydgard/ppsspp/labels/good%20first%20issue
These are issues specifically marked as beginner-friendly!
Happy Contributing! 🎉