Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ flashUpdate
Method
flashUpdate
gui/qt/memorywidget.cpp:41–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void MainWindow::flashUpdate() {
42
if (!guiEmuValid) {
43
return;
44
}
45
46
ui->flashEdit->setData({reinterpret_cast<const char *>(mem.flash.block), 0x400000});
47
}
48
49
void MainWindow::ramUpdate() {
50
if (!guiEmuValid) {
Callers
nothing calls this directly
Calls
1
setData
Method · 0.45
Tested by
no test coverage detected