├── .gitignore ├── CMakeLists.txt ├── LICENSE ├── README.md └── source ├── main.cpp └── sceAppInstUtil.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cy33hc/ps5-ezremote-dpi/HEAD/.gitignore -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cy33hc/ps5-ezremote-dpi/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cy33hc/ps5-ezremote-dpi/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cy33hc/ps5-ezremote-dpi/HEAD/README.md -------------------------------------------------------------------------------- /source/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cy33hc/ps5-ezremote-dpi/HEAD/source/main.cpp -------------------------------------------------------------------------------- /source/sceAppInstUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cy33hc/ps5-ezremote-dpi/HEAD/source/sceAppInstUtil.h --------------------------------------------------------------------------------