Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - De_Cadanz

Pages: [1]
1
General / Re: Portable mode or relative paths
« on: October 13, 2015, 07:14:51 AM »
Hello, check my emulator config example:
Code: [Select]
executable           retroarch\retroarch.exe
args                 -L cores\genesis_plus_gx_libretro.dll "..\[romfilename]"
rompath              roms\gen
romext               .gen
system               Sega Genesis
info_source          thegamesdb.net
Use subfolder paths as usually, use ..\ for level up :D

2
Scripting / Re: Grid modifications
« on: October 04, 2015, 11:54:58 PM »
Quote
Game list begins in center, but better see it as standart listbox, from top to bottom
I'm not sure how you'd have a list since input is already directed to the grid. Depending on how you wanted it to work, you could add title text of selected game somewhere, or if you just want a grid background with random pictures and a list overtop, that'd probably be best implemented as its own layout.
Sorry, I was rather sleepy when I came to this tread and write my post ;D
My request was about listbox, not grid. Now listbox begins from center, and will be great have a option when listbox begins from TOP (and end at the bottom, like standard windows listbox).

3
Scripting / Re: Merge string variables.
« on: October 02, 2015, 03:02:11 AM »
You miss fe.add_transition_callback("transition");
Thanks, you helps me a lot!

4
Scripting / Merge string variables.
« on: September 30, 2015, 11:37:20 PM »
How I can obtain current emulator name (name of CFG file) and merge it with text? I want to add ".png" extension to emulator name.
Something like this (i know, it's wrong code):

Code: [Select]
local emu = fe.game_info( Info.Emulator )
emu = emu+'.png'

5
Scripting / Re: Grid modifications
« on: September 30, 2015, 07:44:59 AM »
And my request:
Game list begins in center, but better see it as standart listbox, from top to bottom.

Pages: [1]