Basic multiuser support
commit08d657b5030274c42d02ffe3d54272d310ea30bb
authorKovensky <kovensk@gmail.com>
Fri, 31 Jul 2009 02:03:45 +0000 (30 23:03 -0300)
committerKovensky <kovensk@gmail.com>
Fri, 31 Jul 2009 02:03:45 +0000 (30 23:03 -0300)
tree2a13bef39f46acd3f375da7eb4009ce2e2f128b3
parentc701a76eba13d667a1149fc99f94fa7770b6467a
Basic multiuser support

MPlayer now tests to see if a "%appdata%\mplayer" folder exists. If
it exists, then mplayer uses it instead of the "(.exe dir)\mplayer"
for reading/writing config files.

This new behavior is of course only triggered if the user makes a
mplayer" folder inside "%appdata%"; not making it maintains current
behavior.

This isn't the ideal support, but doing a better method would involve
too much coding so I settled for this ;)
get_path.c