dreasgrech / DROMsM

DROMsM is a Windows application written in C# WinForms that exposes several helpful operations that assist you in maintaining your romset collections.
4 stars 0 forks source link

adding more details into .csv #9

Closed minimumattic closed 2 years ago

minimumattic commented 2 years ago

is it possible to add more details into .csv such as :

driver status driver emulation driver savestate

input details such as : players coins control type: what kind of controller/gamepad/joy/lightgun buttons

monitor orientation: Vertical or Horizontal

<driver status="good" emulation="good" savestate="supported"/>

Controller details if game is 'lightgun' compatible or what kind of 'contoller/gamepad/joy' game supports? https://cdn.discordapp.com/attachments/951454112078241802/955623994537693214/unknown.png

Screen position if it is 'vertical' or 'horizontal' https://cdn.discordapp.com/attachments/951454112078241802/955624123512537189/unknown.png `

        <dipvalue name="Horizontal" value="32" default="yes"/>
        <dipvalue name="Vertical" value="0"/>
    </dipswitch>`

'Player' details https://cdn.discordapp.com/attachments/951454112078241802/955627305869385778/unknown.png

`

    </input>`

etc?

dreasgrech commented 2 years ago

Done.

image