Max users input option should be defaulted to "8"
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 14.1k
- Forks
- 2.2k
- Avg merge
- 7h 35m
- Merged PRs (30d)
- 51
Description
Description
max users is set to 5 by default, it's creating confusions with cores that supports 8 players (i.e. mrboom https://github.com/Javanaise/mrboom-libretro/issues/118)
It would make sense to set to 8.
Expected behavior
input_max_users should be defaulted to "8"
Actual behavior
input_max_users is be defaulted to "5"
Environment information
- OS: all
- Compiler: N/A
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the RetroArch source for input_max_users and inspect where its default is assigned. Change the default from 5 to 8, then verify that a clean or default configuration reports input_max_users as 8.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100