Author Topic: Easy way to display number of games & system history in display menu  (Read 2591 times)

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
I would like to share my experience. It is a tricky way to display number of game or system history by text

Below is the code & you may find the example in my Theme. Thanks.
http://forum.attractmode.org/index.php?topic=3917.0

Code: [Select]
local emu_text = fe.add_text( "", 100, 100, 200, 200 );

fe.add_ticks_callback( this, "update_info" );

function update_info( ttime )
{
switch ( fe.game_info( Info.Title ))   {
            case "MAME":
               emu_text.msg = "this is a test 1";
               break;
            case "PLAYSTATION":
               emu_text.msg = "this is a test 2";
               break;
         }
}
« Last Edit: June 10, 2021, 01:20:00 AM by kent79 »

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: Easy way to display number of games & system history in display menu
« Reply #1 on: June 14, 2021, 07:00:54 AM »
u are a jem.........thank you ....
help a friend....