Skip to content

Commit

Permalink
print platform button
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Sep 20, 2023
1 parent a276ddc commit f485775
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _ark/dx/locale/dx_locale_updates.dta
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
(message_motd_signin "Rock Band 3 Deluxe devbuild Loaded! Thanks for playing!")
(message_motd_noconnection "Rock Band 3 Deluxe devbuild Loaded! Thanks for playing!")

(print_platform "Print Platform")
(platform_ps3 "Detected Platform: PlayStation 3")
(platform_rpcs3 "Detected Platform: RPCS3")
(platform_xbox "Detected Platform: Xbox 360")
Expand All @@ -35,7 +36,7 @@
(platform_wii "Detected Platform: Wii")
(platform_wii_rb3e "Detected Platform: Wii w/ RB3Enhanced")
(platform_dolphin_rb3e "Detected Platform: Dolphin w/ RB3Enhanced")
(platform_unknown "Detected Platform: Uknown")
(platform_unknown "Detected Platform: Unknown")


(video_01
Expand Down
4 changes: 4 additions & 0 deletions _ark/dx/overshell/dx_states.dta
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
{push_back $options os_dumproot2}
{push_back $options {if_else $dx_time_remain_dbg os_time_remain_dbg_on os_time_remain_dbg_off}}
{push_back $options print_objects}
{push_back $options print_platform}
{push_back $options generate_updates_dta}
{push_back $options do_script}
{switch $dx_logging
Expand Down Expand Up @@ -398,6 +399,9 @@
{set $tempwrite FALSE}
{dx_passive_messenger songs_updates_generated}
)
(print_platform
{dx_passive_messenger_symbol {sprintf "%s" {localize $dx_detected_platform}}}
)
(do_script
;{virtual_keyboard
; show_keyboard
Expand Down
5 changes: 5 additions & 0 deletions _ark/dx/ui/dx_log_funcs.dta
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
($message)
{passive_messages_panel queue_message $message}
}
{func
dx_passive_messenger_symbol
($message)
{passive_messages_panel queue_message {symbol $message}}
}
{func dx_print_objects
{if_else {$this in_game}
{do
Expand Down

0 comments on commit f485775

Please sign in to comment.