mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 21:03:31 +00:00
TWP: Indicate dependencies in configure.engine
This commit is contained in:
parent
c27cbbaf63
commit
f6073f1d48
@ -29,10 +29,6 @@
|
||||
#include "twp/twp.h"
|
||||
#include "twp/squtil.h"
|
||||
|
||||
#ifndef USE_VORBIS
|
||||
#error TWP engine requires USE_VORBIS flag
|
||||
#endif
|
||||
|
||||
namespace Twp {
|
||||
|
||||
void SoundStream::open(Common::SharedPtr<SoundDefinition> sndDef) {
|
||||
|
@ -1,3 +1,3 @@
|
||||
# This file is included from the main "configure" script
|
||||
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
|
||||
add_engine twp "Thimbleweed Park" yes "" "" ""
|
||||
add_engine twp "Thimbleweed Park" yes "" "" "16bit highres vorbis png imgui opengl_game_shaders"
|
||||
|
@ -50,7 +50,7 @@ void ResManager::loadTexture(const Common::String &name) {
|
||||
d.loadStream(r);
|
||||
const Graphics::Surface *surface = d.getSurface();
|
||||
if(!surface) {
|
||||
error("PNG %s not loaded, please check USE_PNG flag", name.c_str());
|
||||
error("PNG %s not loaded", name.c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user