-
Content Count
20 -
Joined
-
Last visited
Community Reputation
24 ExcellentUsergroups
About masterzorag
-
User Group:
Developer
-
Member ID:
787
-
Post Count:
20
-
Posts Per Day:
0.01
-
Total Rep:
24
-
MOTD's Won:
0
-
Joined:
06/05/2015
-
With Us For:
2061 Days
-
Last Activity:
-
Currently:
Contact Methods
- Website URL
Profile Information
-
Gender
Male
-
Location
Mars
-
Consoles I Own
PS1
Recent Profile Visitors
1,528 profile views
-
I just completed this quiz. My Score 37/100 My Time 264 seconds
-
masterzorag scored 37% in a quiz: PlayStation 3
-
Here a test build for all, Hotkey menu is L3: ps3_vsh_menu_033.sprx I'm going for the next additions
- 2 replies
-
- 1
-
-
- plugin
- ps3_vsh_menu
-
(and 1 more)
Tagged with:
-
@fail0verflow Show Linux Running On PS4
masterzorag replied to GregoryRasputin's topic in PS4 Scene News
Very happy to see gentoo booting! -
now I'd like to blit the ICON0.PNG with a simple 2X scale factor like "pixelate" effect, to get a full framed game background, original size it's a bit smaller for our canvas... don't miss alpha blended text shadows and fading colors, for christmas!
- 2 replies
-
- 5
-
-
- plugin
- ps3_vsh_menu
-
(and 1 more)
Tagged with:
-
I have ffmpeg, it can capture the screen via x11grab device, on linux
-
let me be more productive reporting some of next additions to my favourite ps3_vsh_menu: running with webMAN-MOD will use wm_request to mount/unmount, I'm testing folder games from hdd0 and works well (more info on the change set) parsing SFO from cobra let us get parameters, including real title, with special chars. technically speaking I'm playing my test implementing opendir(), readdir(), qsort() from vsh_export etc. fun with a minimal template
- 2 replies
-
- 7
-
-
- plugin
- ps3_vsh_menu
-
(and 1 more)
Tagged with:
-
how to make pkg or help with writing makefile
masterzorag replied to vatomalo's topic in PS3 Homebrew & Software
you have just pass the configure phase, then you have to build according to target with make. there you'll got buildfail, if your toolchain is expecting the ppu target... so you'll need patching configure.sub, generated by configure phase; finally, if it is a library, it must be installed into portlibs folders (lib, include, etc) to be founded and linked against. more, psl1ght v1/v2 differs -
could you print at least the content of cell/version-SDK since it's only a not copyrighted referring number, for the two versions you have?
-
[Released] littlebalup's VSH Menu v0.3 - PS3
masterzorag replied to GregoryRasputin's topic in PS3 Homebrew & Software
another test, this time blitting the entire background (720x400 pixel foreach frame): it draws about 17 frames per second -
[Released] littlebalup's VSH Menu v0.3 - PS3
masterzorag replied to GregoryRasputin's topic in PS3 Homebrew & Software
so, digging into small changes I can spot out 25 fps, with stars moving and sinusscroller waving: -
[Released] littlebalup's VSH Menu v0.3 - PS3
masterzorag replied to GregoryRasputin's topic in PS3 Homebrew & Software
nice to see different evolutions from the main "ps3_vsh_menu" project, better when sources are released, as in this case. I like test codes, and in my tests I've started getting infos about frames per second, so in screenshot the result of littlebalup's one! (I don't have png images on HDD, so the plugin here is only blitting texts) menu refreshes about 20 frames per second... (that's why we need also to optimize code) nice job, friend -
well, (in the past?) game update was occuring just once, but just skipping with circle does the job... you can also try to block the connection to the game update server
-
we'll see simple text shadows by 2px (in this demo we miss alpha blend), a simple sinuscroller, but finally I've found a way to show the starfield moving. In a pc I test raw pixel painting functions in this Tiny Remote Frame Buffer server, connecting with TigerVNC on localhost:5913. (Single threaded port, no double buffer, screen size reflects ps3_vsh_menu size, only to test pieces of code) video Screen grabbed as explained here. For the record, sometimes I put some shot from my changes here.
-
FFMpeg is one, another protocols: RTP https://en.m.wikipedia.org/wiki/Real-time_Transport_Protocol RTSP http://unix.stackexchange.com/questions/25368/how-to-play-rtsp-stream-under-linux-for-the-bosch-autodome-junior-hd-iva-camera http://www.live555.com/liveMedia/#testProgs
-
it turns out that all derived version from 3141card's proof-of-concept doesn't work on latest 4.75 vsh: pad data results in zeroed bytes. this was fixed by 3141card, check github.