Re: [hatari-devel] Delayed mouse movements with TT emulation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On sunnuntai 04 marraskuu 2012, Eero Tamminen wrote:
> You also need to check that all HW uninit functions called by
> CopyChangedParamsToConfiguration() work properly when they're called
> before *any* of the HW or other init functions have been called
> by Main_Init().
Well, the init functions can also be a problem as some of them
need to be called in certain order, which is done by Main_Init().
In CopyChangedParamsToConfiguration(), what gets (re-)initialized
depends on user specific configuration changes.
-> At minimum I guess you would need to split Main_Init() based
on the first initialization dependencies.
- Eero