Path: blob/master/libmupen64plus/mupen64plus-video-rice/src/DirectXDecodedMux.h
2 views
/*1Copyright (C) 2003 Rice196423This program is free software; you can redistribute it and/or4modify it under the terms of the GNU General Public License5as published by the Free Software Foundation; either version 26of the License, or (at your option) any later version.78This program is distributed in the hope that it will be useful,9but WITHOUT ANY WARRANTY; without even the implied warranty of10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the11GNU General Public License for more details.1213You should have received a copy of the GNU General Public License14along with this program; if not, write to the Free Software15Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.16*/1718#include "DecodedMux.h"1920#ifndef _DIRECTX_DECODEDMUX_H_21#define _DIRECTX_DECODEDMUX_H_2223class CDirectXDecodedMux : public DecodedMux24{25void ReformatAgainWithTwoTexels(void);26virtual void Reformat(bool do_complement = true);27};2829#endif3031323334