MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / disk_insert

Function disk_insert

src/disk.cpp:3371–3376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3369}
3370
3371void disk_insert (int num, const TCHAR *name, bool forcedwriteprotect)
3372{
3373 set_config_changed ();
3374 target_addtorecent (name, 0);
3375 disk_insert_2 (num, name, 0, forcedwriteprotect);
3376}
3377
3378void disk_insert (int num, const TCHAR *name)
3379{

Callers 12

DISK_vsyncFunction · 0.85
disk.cppFile · 0.85
parse_cmdlineFunction · 0.85
disk_selectionFunction · 0.85
handle_drop_file_eventFunction · 0.85
target_cfgfile_loadFunction · 0.85
RenderDriveSlotFunction · 0.85
render_panel_floppyFunction · 0.85
render_panel_quickstartFunction · 0.85
disk_swapFunction · 0.85
handle_drop_file_eventFunction · 0.85

Calls 3

set_config_changedFunction · 0.85
target_addtorecentFunction · 0.85
disk_insert_2Function · 0.85

Tested by

no test coverage detected