Jump to content
LaunchBox Community Forums

myazmj

Members
  • Posts

    6
  • Joined

  • Last visited

myazmj's Achievements

4-Bit Adder

4-Bit Adder (2/7)

2

Reputation

  1. I guess that's where i am stuck... plat/cat view doesn't behave how i want. Was hoping a mechanism was already in place to look at cats or playlists inside a platform without having to use the entire drill down style of the plat/cat view. I see there are hotkeys to change between plat view and plat/cat view but not really a toggle and it also boots you back to the top level which also isn't the behavior I was looking for. Not sure if i described what I am looking for correctly, If you have used hyperspin it would be similar to hitting the "G"(default setting) key in a platform to pull up the genre's to limit which games to look through.
  2. So after playing around with the platform category view and playlists i had some hope that what I want might be already doable. Basically I want to use the platform view but while in a platform be able to toggle from all games to the playlists/categories/genre's. So when clicking into a system all games are shown, if i toggle, only playlists/categories for that system shown to narrow choice if desired, toggling again would show the standard platform view of that system again. Seems like this might already be possible and I am missing it somehow. Anyone know how to do this?
  3. This is what i use in the AutoHotkey tab of each emulator. It allows exiting emulators by holding the back + start for 2 seconds on first xbox360 pad or holding player1 + player2 for 2 seconds on the Tankstick. ~1joy7 & 1joy8:: Duration=0 Loop { Duration ++ If !GetKeyState("1joy7","P") || !GetKeyState("1joy8","P") Break If Duration > 2 { Process, Close, {{{StartupEXE}}} break } Sleep, 1000 } return ~1 & 2:: Duration=0 Loop { Duration ++ If !GetKeyState("1","P") || !GetKeyState("2","P") Break If Duration > 2 { Process, Close, {{{StartupEXE}}} break } Sleep, 1000 } return
  4. Found an issue with no roms showing when trying to filter by controller type on filters b page... all roms show when unknown is selected but if it is unchecked nothing shows. Tested with everything on 0.176
  5. Is there a way to adjust the coverflow. More specifically I am looking to flatten the covers and add a zoom and flip for current game.
×
×
  • Create New...