solosky / pixl.js

An emulator for Amiibo!
GNU General Public License v2.0
575 stars 110 forks source link

Open up more RFID / NFC slots #203

Closed fishybow closed 7 months ago

fishybow commented 7 months ago

The card emulator has 8 slots max right now. Are there any concerns to open that up to more slots?

solosky commented 7 months ago

Yes, if we change more card slots, slotConfig may consume to much mem and slower initiation for emulation.

But we may increase to a larger number like 64 slots as maximum slots allowed. User can choose any number bellow 64 to be his own slot count.

fishybow commented 7 months ago

That makes sense. We can keep 2 slots open by default but allow users to turn on a maximum of 64.

fishybow commented 7 months ago

I looked at the code, it seems that the count 8 is defined by within a dependency library. There is no straight forward way to modify that. I'm closing this issue for now.