mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
Revert "Vita fixes?"
This reverts commit e36e51ced9c6bf1f476ec7c5d4d0c11f82e4ddd5.
This commit is contained in:
parent
7f3b3a2034
commit
0ca28e5d0f
@ -1946,11 +1946,10 @@ bool video_driver_texture_load(void *data,
|
|||||||
enum texture_filter_type filter_type,
|
enum texture_filter_type filter_type,
|
||||||
unsigned *id)
|
unsigned *id)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_THREADS
|
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
const struct retro_hw_render_callback *hw_render =
|
const struct retro_hw_render_callback *hw_render =
|
||||||
(const struct retro_hw_render_callback*)video_driver_callback();
|
(const struct retro_hw_render_callback*)video_driver_callback();
|
||||||
#endif
|
|
||||||
if (!id)
|
if (!id)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
@ -14,13 +14,6 @@
|
|||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#include <net/net_compat.h>
|
|
||||||
#include <retro_endianness.h>
|
|
||||||
|
|
||||||
#include "netplay_private.h"
|
#include "netplay_private.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user