MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getVideoMemorySize

Method getVideoMemorySize

source/ui/data/boxedContainer.cpp:464–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464BString BoxedContainer::getVideoMemorySize() {
465 BoxedReg reg(this, false);
466 BString value;
467
468 reg.readKey("Software\\Wine\\Direct3D", "VideoMemorySize", value);
469 if (value.length() == 0) {
470 value = B("256");
471 }
472 return value;
473}
474
475void BoxedContainer::setVideoMemorySize(BString videoMemorySize) {
476 BoxedReg reg(this, false);

Callers 1

setCurrentContainerMethod · 0.80

Calls 3

BFunction · 0.85
readKeyMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected