Skip to content

Instantly share code, notes, and snippets.

bigmini:bin bigboss$ ./ps4sh
ps4sh version 1.0
/Users/bigboss/.ps4shrc: No such file or directory
log: [HOST][INFO]: [PS4SH] Ready
log: [PS4][INFO]: debugnet initialized
log: [PS4][INFO]: ready to have a lot of fun...
log: [PS4][INFO]: [PS4LINK] Server request thread UID: 0x80F4C9C0
log: [PS4][DEBUG]: [PS4LINK] Created ps4link_requests_sock: 7
log: [PS4][INFO]: [PS4LINK] Server command thread UID: 0x80F4CE40
@psxdev
psxdev / gist:43fcc3f5d7fb8b8aee8f76d8e3914b88
Created January 1, 2019 23:56
fixing crap on retroarch host support is almost here
log: [PS4][DEBUG]: [PS4LINK] wrote 34 bytes (asked for 34)
log: [PS4][DEBUG]: [PS4LINK] file write req (fd: 8)
log: [PS4][DEBUG]: [PS4LINK] wrote 35 bytes (asked for 35)
log: [PS4][DEBUG]: [PS4LINK] file write req (fd: 8)
log: [PS4][DEBUG]: [PS4LINK] wrote 30 bytes (asked for 30)
log: [PS4][DEBUG]: [PS4LINK] file write req (fd: 8)
log: [PS4][DEBUG]: [PS4LINK] wrote 35 bytes (asked for 35)
log: [PS4][DEBUG]: [PS4LINK] file write req (fd: 8)
log: [PS4][DEBUG]: [PS4LINK] wrote 34 bytes (asked for 34)
log: [PS4][DEBUG]: [PS4LINK] file write req (fd: 8)
@psxdev
psxdev / gist:ab6bc9364f56e4943d605e902370d7ee
Created December 21, 2018 22:50
orbisGl on the way :)
./ps4sh
ps4sh version 1.0
/Users/bigboss/.ps4shrc: No such file or directory
log: [HOST][INFO]: [PS4SH] Ready
log: [PS4][INFO]: debugnet initialized
log: [PS4][INFO]: ready to have a lot of fun...
log: [PS4][INFO]: [PS4LINK] Server request thread UID: 0x80F4C9C0
log: [PS4][DEBUG]: [PS4LINK] Created ps4link_requests_sock: 7
log: [PS4][INFO]: [PS4LINK] Server command thread UID: 0x80F4CE40
@psxdev
psxdev / main.c
Created November 25, 2018 17:42
#include <stdio.h>
#include <stdlib.h>
#include <kernel.h>
#include <system_service.h>
#include <orbis2d.h>
#include <orbisPad.h>
#include <orbisAudio.h>
#include <orbisKeyboard.h>
#include <modplayer.h>
@psxdev
psxdev / gist:df990b827388296898728e2f791f2982
Created August 12, 2018 17:01
sdl sample for liborbis
log: [PS4][INFO]: debugnet initialized
log: [PS4][INFO]: ready to have a lot of fun...
log: [PS4][INFO]: [PS4LINK] Server request thread UID: 0x81F209C0
log: [PS4][DEBUG]: [PS4LINK] Created ps4link_requests_sock: 14
log: [PS4][DEBUG]: [PS4LINK] bind to ps4link_requests_sock done
log: [PS4][DEBUG]: [PS4LINK] Ready for connection 1
log: [PS4][INFO]: [PS4LINK] Waiting for connection
log: [PS4][INFO]: [PS4LINK] Server command thread UID: 0x81F20E40
log: [PS4][DEBUG]: [PS4LINK] Command Thread Started.
log: [PS4][DEBUG]: [PS4LINK] Created ps4link_commands_sock: 16
@psxdev
psxdev / gist:4e1185a8e26c8870e0fd56d5c8103b41
Created June 30, 2018 16:24
output from orbislink and modplayer sample
./ps4sh
ps4sh version 1.0
/Users/bigboss/.ps4shrc: No such file or directory
log: [HOST][INFO]: [PS4SH] Ready
log: [PS4][INFO]: ready to have a lot of fun...
log: [PS4][INFO]: [PS4LINK] Server request thread UID: 0x817B89C0
log: [PS4][DEBUG]: [PS4LINK] Created ps4link_requests_sock: 14
log: [PS4][DEBUG]: [PS4LINK] bind to ps4link_requests_sock done
log: [PS4][DEBUG]: [PS4LINK] Ready for connection 1
@psxdev
psxdev / main.c
Created June 30, 2018 16:09
last eboot.bin fix when people is not using default user :P enabling it logout in param.nfo
#include <stdio.h>
#include <stdlib.h>
#include <kernel.h>
#include <system_service.h>
#include <orbis2d.h>
#include <orbisPad.h>
#include <orbisAudio.h>
#include <orbisKeyboard.h>
#include <modplayer.h>
@psxdev
psxdev / gist:c0a66ed6d09068a93fbdf9144bd4dcff
Created June 25, 2018 14:13
orbislink lastest eboot.bin
#include <stdio.h>
#include <stdlib.h>
#include <kernel.h>
#include <system_service.h>
#include <orbis2d.h>
#include <orbisPad.h>
#include <orbisAudio.h>
#include <orbisKeyboard.h>
#include <modplayer.h>
//dont wait an app from me, here source perhaps it can help to get all pieces togeher, now all is up to you
#include <stdio.h>
#include <stdlib.h>
#include <kernel.h>
#include <system_service.h>
#include <orbis2d.h>
#include <orbisPad.h>
#include <orbisAudio.h>
@psxdev
psxdev / gist:3261e5376cc5745c8f37e6ff3f9fae6b
Created June 17, 2018 12:02
basic sample liborbis compliant
/*
* liborbis sample
* Copyright (C) 2015,2016,2017,2018 Antonio Jose Ramos Marquez (aka bigboss) @psxdev on twitter
* Repository https://github.com/psxdev/liborbis
*/
#include <stdio.h>
#include <stdlib.h>