• R/O
  • HTTP
  • SSH
  • HTTPS

common_source_project-fm7: Commit

Common Source Code Project for Qt (a.k.a for FM-7).


Commit MetaInfo

Revision61b957941371b51f0d74c870e9dc65aa3cfdaa84 (tree)
Zeit2017-02-13 01:59:42
AutorK.Ohta <whatisthis.sowhat@gmai...>
CommiterK.Ohta

Log Message

[Qt][OpenGL] Workaround for crashes; With intel Core i5-2420 and Windows7.

Ändern Zusammenfassung

Diff

--- a/source/src/config.cpp
+++ b/source/src/config.cpp
@@ -163,8 +163,8 @@ void initialize_config()
163163 config.use_opengl_filters = false;
164164 config.opengl_filter_num = 0;
165165 config.render_platform = CONFIG_RENDER_PLATFORM_OPENGL_MAIN;
166- config.render_major_version = 3;
167- config.render_minor_version = 0;
166+ config.render_major_version = 2; // For crash with some devices.
167+ config.render_minor_version = 1;
168168 config.log_to_syslog = false;
169169 config.log_to_console = true;
170170 for(int ii = 0; ii < (CSP_LOG_TYPE_VM_DEVICE_END - CSP_LOG_TYPE_VM_DEVICE_0 + 1) ; ii++) {
Show on old repository browser