twesterm said:
Think you misunderstood me. I want two options: Autoplay when a disc is inserted: yes/no Autoplay when system boots: yes/no Both of those are already there but just placed into one option instead of two. There would be no new features, it's just turning one flag into two. I'm not sure where you're getting the instant autoplay idea.
|
disc insert = disc read
disc read = auto play
It would be an infinite loop when it comes to exiting/starting disc.
This is why PC game discs with auto-starts built in will auto start whenever you open my computer. It is because your making your PC read whats in your drive. In the programming level it is activating on read or insert of data from disc.
With consoles they always have to know whats in the drive. Autoplay on start-up is a basic boot option for any system. It can be programmed to run start game mode once the system is fully booted by making it so that there is a signal that activated the process.
With a start on read you would basically forcing the start mode signal every read of the disc at OS boot.










