]> git.lizzy.rs Git - irrlicht.git/commit
Drop Console and Framebuffer device
authorsfan5 <sfan5@live.de>
Sat, 9 Jul 2022 21:53:04 +0000 (23:53 +0200)
committersfan5 <sfan5@live.de>
Sat, 9 Jul 2022 21:53:04 +0000 (23:53 +0200)
commita7b306f702ff8becb568ca80cdd426253d73b4bf
tree3746625e8ae7a13fef3ff4a584ee862bee612c09
parent074e81f78f4daa1c1da739a7ae0b0ef507ec06ee
Drop Console and Framebuffer device

fbdev is long legacy and the console was just an ASCII art gimmick
include/EDeviceTypes.h
include/IrrCompileConfig.h
include/SIrrCreationParameters.h
source/Irrlicht/CIrrDeviceConsole.cpp [deleted file]
source/Irrlicht/CIrrDeviceConsole.h [deleted file]
source/Irrlicht/CIrrDeviceFB.cpp [deleted file]
source/Irrlicht/CIrrDeviceFB.h [deleted file]
source/Irrlicht/CMakeLists.txt
source/Irrlicht/COGLESExtensionHandler.cpp
source/Irrlicht/Irrlicht.cpp