1
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.
fe.load_module("pos") // positioning & scaling module
local posData = {
base_width = 1440.0, /* the width of my photoshop design */
base_height = 1080.0, /* the height of my photoshop design */
layout_width = fe.layout.width,
layout_height = fe.layout.height,
scale= config['scale'], /* set to stretch or scale */
debug = false,
}
local scalepos = Pos(posData)
local boxart = fe.add_artwork("boxart", scalepos .x(100), scalepos .y(100), scalepos .width(500), scalepos .height(500));
local key = config['key'];
local slide_time = "350ms";
local key_delay = 250;
local last_check = 0;
function check_key( ttime )
{
local is_down = fe.get_input_state( key );
if (is_down)
{
if ( ttime - last_check > key_delay )
{
last_check = ttime;
if (info_view==0) {
if ( config["show_games_list"] == "Yes" )
{
// SEGFAULT IF THIS LINE EXISTS ////////////////////////////////////
PropertyAnimation(lb).key("x").from(xpos(44)).to(xpos(-405)).duration(slide_time).easing("ease-in-out-circle").play();
}
}
}
}
}
fe.add_ticks_callback("check_key");
emitter LoadProfileByEmulator romname arcade --no_rotate
emitter LoadProfile systemname --no_rotate
emitter LoadProfileByEmulator romname arcade
emitter LoadProfile systemname
1943;1943: The Battle of Midway (Euro);Arcade;;1987;Capcom;Shooter / Flying Vertical;2;270;joystick (8-way),joystick (8-way);good;1;raster;;;;2;;;;
... (a bunch of roms in this format)
1943;1943;;;;;;;;;;;;;;;;;;;
... (a bunch of roms in this format)