From 5660e3f37355999b2877ffbdde86794f2ea2e33d Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 3 Mar 2014 19:50:59 +0000 Subject: OS X fiddling git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89254 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFXVideo/macsrc/GL3Code.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/plugins/DFXVideo/macsrc/GL3Code.m') diff --git a/macosx/plugins/DFXVideo/macsrc/GL3Code.m b/macosx/plugins/DFXVideo/macsrc/GL3Code.m index 0e8ec435..039de9a0 100644 --- a/macosx/plugins/DFXVideo/macsrc/GL3Code.m +++ b/macosx/plugins/DFXVideo/macsrc/GL3Code.m @@ -117,7 +117,7 @@ static int mylog2(int val) } /* chargement du code source */ - src = [self loadSource:filename]; + src = [PluginGLView loadSource:filename]; if(src == NULL) { /* theoriquement, la fonction LoadSource a deja affiche un message -- cgit v1.2.3