[Scummvm-git-logs] scummvm master -> 3486179af28b3d5197b56fb396610cfa3ef0f604
aquadran
noreply at scummvm.org
Mon May 4 08:32:38 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
3486179af2 PS3: Added debug target into makefile
Commit: 3486179af28b3d5197b56fb396610cfa3ef0f604
https://github.com/scummvm/scummvm/commit/3486179af28b3d5197b56fb396610cfa3ef0f604
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2026-05-04T10:32:23+02:00
Commit Message:
PS3: Added debug target into makefile
Changed paths:
backends/platform/sdl/ps3/ps3.mk
diff --git a/backends/platform/sdl/ps3/ps3.mk b/backends/platform/sdl/ps3/ps3.mk
index 94885d270cd..813f7c9c6a8 100644
--- a/backends/platform/sdl/ps3/ps3.mk
+++ b/backends/platform/sdl/ps3/ps3.mk
@@ -31,4 +31,8 @@ ps3run: $(EXECUTABLE)
make_self $(EXECUTABLE) $(EXECUTABLE).self
ps3load $(EXECUTABLE).self
-.PHONY: ps3pkg ps3run
+ps3dbg: $(EXECUTABLE)
+ sprxlinker $(EXECUTABLE)
+ fself.py $(EXECUTABLE) $(EXECUTABLE).self
+
+.PHONY: ps3pkg ps3run ps3dbg
More information about the Scummvm-git-logs
mailing list