EmulatorArchive / jpcsp

Automatically exported from code.google.com/p/jpcsp
1 stars 0 forks source link

sceKernelRegisterSubIntrHandler 0000001e #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
sceKernelRegisterSubIntrHandler 0000001e 00000000 08901040 
sceKernelEnableSubIntr 0000001e 00000000 08901040

Probably vblank interrupt (can check pspsdk).

Logs show the following games use it:
OSLib (homebrew)
R-Type Tactics
MLB
Ape Escape
Every Extend Extra (EEE)

Original issue reported on code.google.com by pfft.wha...@gmail.com on 25 Nov 2008 at 6:27

GoogleCodeExporter commented 9 years ago
Brave Story: New Traveler

sceKernelRegisterSubIntrHandler 0000001e 00000000 08828f08
sceKernelEnableSubIntr 0000001e 00000000 08828f08

Original comment by betavers...@gmail.com on 6 Dec 2008 at 7:17

GoogleCodeExporter commented 9 years ago
Monster Kingdom: Jewel Summoner - http://jpcsp.org/forum/viewtopic.php?f=9&t=425

Original comment by betavers...@gmail.com on 7 Dec 2008 at 7:26

GoogleCodeExporter commented 9 years ago
http://forums.ps2dev.org/viewtopic.php?p=64077#64077

intr 31 is used for ME signal to raise an exception on both SC and ME 
processors. It 
puzzles me to see some games installing such a handler. It would be interesting 
to 
see what codes at 08901040, 08828f08 and 08800bbc are doing.

Original comment by hlide.de...@gmail.com on 9 Jan 2009 at 2:12

GoogleCodeExporter commented 9 years ago
http://psp.jim.sh/pspsdk-doc/group__IntrMan.html
PSP_VBLANK_INT = 30
PSP_MECODEC_INT = 31

30 = 0x1e
31 = 0x1f

Original comment by pfft.wha...@gmail.com on 10 Jan 2009 at 1:43

GoogleCodeExporter commented 9 years ago
lol, yes 1eh is not 1fh. ok, that's good to know. So yes, it is a way to 
register a 
callback to a VSYNC

Original comment by hlide.de...@gmail.com on 12 Jan 2009 at 2:23

GoogleCodeExporter commented 9 years ago
Samurai Warriors: State of War -
http://www.jpcsp.org/forum/viewtopic.php?f=28&t=2936&p=6519#p6519

117706   user_main   WARN   hle   Unsupported syscall 2000
sceKernelRegisterSubIntrHandler 0000001e 00000000 088073f8
117708   user_main   WARN   hle   Unsupported syscall 2002 
sceKernelEnableSubIntr
0000001e 00000000 088073f8

SubIntr 1e = PSP_DISPLAY_SUBINT

Original comment by gi...@web.de on 10 Jun 2009 at 6:33

GoogleCodeExporter commented 9 years ago
useful info about interrupts:
http://forums.ps2dev.org/viewtopic.php?t=5687

Original comment by mai...@gmail.com on 26 Jun 2009 at 10:31

GoogleCodeExporter commented 9 years ago
http://www.jpcsp.org/forum/viewtopic.php?f=3&t=3072&start=10
Ricky Ponting 2007 Pressure Play:
void handler()
{
    extern int x, y, vsync;
    if (!x || !y) return;
    x = y = 0;
    vsync = 1;
}

May be nothing important.

To LoveRu Trouble: Doki Doki! Rinkaigakkou-Hen:
088ebdac:[3c020898]: lui        $v0, 0x0898 <=> li $v0, 0x08980000
088ebdb0:[8c43d344]: lw         $v1, -11452($v0)
088ebdb4:[3c050898]: lui        $a1, 0x0898 <=> li $a1, 0x08980000
088ebdb8:[8ca4d340]: lw         $a0, -11456($a1)
088ebdbc:[24630001]: addiu      $v1, $v1, 1
088ebdc0:[ac43d344]: sw         $v1, -11452($v0)
088ebdc4:[0a2513d6]: j          0x08944F58 [sceKernelWakeupThread]
088ebdc8:[00000000]: nop

This one looks important.

Original comment by pfft.wha...@gmail.com on 6 Jul 2009 at 7:16

GoogleCodeExporter commented 9 years ago
Flow - http://www.jpcsp.org/forum/viewtopic.php?f=29&t=1719&p=7069#p7069
Unsupported syscall 2000 sceKernelRegisterSubIntrHandler 0000001e 00000000 
088316bc
Unsupported syscall 2002 sceKernelEnableSubIntr 0000001e 00000000 088316bc

Original comment by gi...@web.de on 9 Jul 2009 at 12:23

GoogleCodeExporter commented 9 years ago
Brothers in Arms D-Day - USA - ULUS10193
http://jpcsp.org/forum/viewtopic.php?f=28&t=2344&start=0
86967 [user_main] WARN  hle - Unsupported syscall 2000
sceKernelRegisterSubIntrHandler 0000001e 00000000 089176d4
86968 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr
0000001e 00000000 089176d4

Burnout Dominator - USA - ULUS10236
http://jpcsp.org/forum/viewtopic.php?p=5800#p5800
7506 [Emu] WARN  hle - Unsupported syscall 2000 sceKernelRegisterSubIntrHandler
0000001e 00000001 08817700
7507 [Emu] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr 0000001e
00000001 08817700

Call of Duty: Roads to Victory - USA - ULUS10218
http://jpcsp.org/forum/viewtopic.php?f=28&t=3193&start=0
55570 [user_main] WARN  hle - Unsupported syscall 2000
sceKernelRegisterSubIntrHandler 0000001e 00000000 089e83e4
55586 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr
0000001e 00000000 089e83e4

Crash Mind Over Mutant - USA - ULUS10377
http://jpcsp.org/forum/viewtopic.php?p=5841#p5841
5378 [user_main] WARN  hle - Unsupported syscall 2000 
sceKernelRegisterSubIntrHandler
0000001e 00000000 08bf836c
5379 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr 
0000001e
00000000 08bf836c

Crash of the Titans - USA - ULUS10304
http://jpcsp.org/forum/viewtopic.php?p=5843#p5843
6871 [user_main] WARN  hle - Unsupported syscall 2000 
sceKernelRegisterSubIntrHandler
0000001e 00000000 08b8d898
6872 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr 
0000001e
00000000 08b8d898

Driver 76 - USA - ULUS10235
http://jpcsp.org/forum/viewtopic.php?p=6978#p6978
7644 [user_main] WARN  hle - Unsupported syscall 2000 
sceKernelRegisterSubIntrHandler
0000001e 00000000 08affc50
7644 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr 
0000001e
00000000 08affc50

Dynasty Warriors: Strikeforce - USA - ULUS10416
http://jpcsp.org/forum/viewtopic.php?p=6514#p6514
9732 [Emu] WARN  hle - Unsupported syscall 2000 sceKernelRegisterSubIntrHandler
0000001e 00000000 08813914
9732 [Emu] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr 0000001e
00000000 08813914

Infected - USA - ULUS10054 (inside log)
http://jpcsp.org/forum/viewtopic.php?p=5867#p5867
25588   main    WARN    hle     Unsupported syscall 2000 sceKernelRegisterSubIntrHandler
0000001e 00000000 08893630
25589   main    WARN    hle     Unsupported syscall 2002 sceKernelEnableSubIntr 0000001e
00000000 08893630

Juiced 2: Hot Import Nights - USA - ULUS10312 (inside log)
http://jpcsp.org/forum/viewtopic.php?f=27&t=2354&start=0
8291    user_main   WARN    hle     Unsupported syscall 2000 
sceKernelRegisterSubIntrHandler
0000001e 00000000 08a52098
8292    user_main   WARN    hle     Unsupported syscall 2002 sceKernelEnableSubIntr 
0000001e
00000000 08a52098

Manhunt 2 - USA - ULUS10280
http://jpcsp.org/forum/viewtopic.php?f=29&t=3175&start=0
52619 [user_main] WARN  hle - Unsupported syscall 2000
sceKernelRegisterSubIntrHandler 0000001e 0000000f 08a7bbbc
52619 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr
0000001e 0000000f 08a7bbbc

Medal of Honor: Heroes - USA - ULUS10141
http://jpcsp.org/forum/viewtopic.php?f=29&t=3116&start=0
28090 [user_main] WARN  hle - Unsupported syscall 2000
sceKernelRegisterSubIntrHandler 0000001e 00000000 08b29d94
28090 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr
0000001e 00000000 08b29d94

Medal of Honor: Heroes 2 - USA - ULUS10310
http://jpcsp.org/forum/viewtopic.php?f=29&t=3107&start=0
54654 [user_main] WARN  hle - Unsupported syscall 2000
sceKernelRegisterSubIntrHandler 0000001e 00000000 08b360cc
54654 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr
0000001e 00000000 08b360cc

Monster Hunter Freedom - USA - ULUS10084
http://jpcsp.org/forum/viewtopic.php?f=28&t=3204&start=0
7410 [user_main] WARN  hle - Unsupported syscall 2000 
sceKernelRegisterSubIntrHandler
0000001e 00000000 088493a0
7410 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr 
0000001e
00000000 088493a0

Monster Hunter Freedom 2 - USA - ULUS10266
http://jpcsp.org/forum/viewtopic.php?f=29&t=3210&start=0
18502 [user_main] WARN  hle - Unsupported syscall 2000
sceKernelRegisterSubIntrHandler 0000001e 00000000 0884eb44
18502 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr
0000001e 00000000 0884eb44

Monster Hunter Freedom Unite - USA - ULUS10391 (inside log)
http://jpcsp.org/forum/viewtopic.php?f=28&t=3208&start=0
8065    user_main   WARN    hle     Unsupported syscall 2000 
sceKernelRegisterSubIntrHandler
0000001e 00000000 08859188
8065    user_main   WARN    hle     Unsupported syscall 2002 sceKernelEnableSubIntr 
0000001e
00000000 08859188

Mortal Kombat: Unchained - USA - ULUS10102 (inside log)
http://jpcsp.org/forum/viewtopic.php?p=5763#p5763
13608   user_main   WARN    hle     Unsupported syscall 2000 
sceKernelRegisterSubIntrHandler
0000001e 00000000 089fc114
13609   user_main   WARN    hle     Unsupported syscall 2002 sceKernelEnableSubIntr 
0000001e
00000000 089fc114

Need For Speed - ProStreet - USA - ULUS10331
http://jpcsp.org/forum/viewtopic.php?f=29&t=3124&start=0
27021 [user_main] WARN  hle - Unsupported syscall 2000
sceKernelRegisterSubIntrHandler 0000001e 00000000 088c8568
27021 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr
0000001e 00000000 088c8568

Need For Speed: Underground Rivals - USA - ULUS10007
http://jpcsp.org/forum/viewtopic.php?f=28&t=2355&start=0
85131 [main] WARN  hle - Unsupported syscall 2000 
sceKernelRegisterSubIntrHandler
0000001e 00000000 0881af30
85132 [main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr 
0000001e
00000000 0881af30

Prince of Persia: Rival Swords - USA - ULUS10240
http://jpcsp.org/forum/viewtopic.php?f=28&t=2357&start=0
6172 [user_main] WARN  hle - Unsupported syscall 2000 
sceKernelRegisterSubIntrHandler
0000001e 00000000 08c2a2f0
6173 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr 
0000001e
00000000 08c2a2f0

Resistance: Retribution - USA - UCUS98668
http://jpcsp.org/forum/viewtopic.php?p=6803#p6803
20394 [user_main] WARN  hle - Unsupported syscall 2000
sceKernelRegisterSubIntrHandler 0000001e 00000000 08c72f30
20394 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr
0000001e 00000000 08c72f30

Syphon Filter: Dark Mirror - USA - UCUS98641
http://jpcsp.org/forum/viewtopic.php?p=5864#p5864
20961 [user_main] WARN  hle - Unsupported syscall 2000
sceKernelRegisterSubIntrHandler 0000001e 00000000 08c0b0d8
20962 [user_main] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr
0000001e 00000000 08c0b0d8

Original comment by detonato...@mail.ru on 9 Jul 2009 at 9:43

GoogleCodeExporter commented 9 years ago
Carol Vorderman's Sudoku - EUR - ULES00388 (inside log)
http://jpcsp.org/forum/viewtopic.php?f=25&t=3108&start=0
103676  user_main   WARN    hle     Unsupported syscall 2000
sceKernelRegisterSubIntrHandler 0000001e 00000000 08893258
103676  user_main   WARN    hle     Unsupported syscall 2002 sceKernelEnableSubIntr
0000001e 00000000 08893258

Carol Vorderman's Sudoku - USA - ULUS10126 (inside log)
http://jpcsp.org/forum/viewtopic.php?p=6829#p6829
30376   user_main   WARN    hle     Unsupported syscall 2000 
sceKernelRegisterSubIntrHandler
0000001e 00000000 08894cc4
30392   user_main   WARN    hle     Unsupported syscall 2002 sceKernelEnableSubIntr 
0000001e
00000000 08894cc4

Original comment by detonato...@mail.ru on 10 Jul 2009 at 7:56

GoogleCodeExporter commented 9 years ago
Alien Syndrome - 
http://www.jpcsp.org/forum/viewtopic.php?f=27&t=3505&p=7469#p7469

This one is setting an EventFlag in the SubIntrHandler (thanks to Hykem for 
analysing
this):

169407 [veMain] WARN  hle - Unsupported syscall 2000 
sceKernelRegisterSubIntrHandler
0000001e 00000000 0881c064
169407 [veMain] WARN  hle - Unsupported syscall 2002 sceKernelEnableSubIntr 
0000001e
00000000 0881c064

0881C064:[27BDFFF0]: addiu      $sp, $sp, -16
0881C068:[8CA40294]: lw         $a0, 660($a1)
0881C06C:[AFBF0000]: sw         $ra, 0($sp)
0881C070:[0E2B8F8E]: jal        0x08AE3E38 [sceKernelSetEventFlag]
0881C074:[34050003]: ori        $a1, $zr, 3 <=> li $a1, 3
0881C078:[8FBF0000]: lw         $ra, 0($sp)
0881C07C:[03E00008]: jr         $ra

Original comment by gi...@web.de on 25 Jul 2009 at 8:13

GoogleCodeExporter commented 9 years ago

Original comment by pfft.wha...@gmail.com on 25 Aug 2009 at 9:35

GoogleCodeExporter commented 9 years ago
First results: If I set the vblank interrupt to 60Hz it triggers another ~30 
times
while executing the sub intr handler. So by the time the handler returns it 
needs to
go back in again, starving the actual game from executing.

Original comment by pfft.wha...@gmail.com on 25 Aug 2009 at 10:47

GoogleCodeExporter commented 9 years ago
I've decided to limit vblank intr to only trigger after one of the pspdisplay
waitvblank functions is called.

Original comment by pfft.wha...@gmail.com on 25 Aug 2009 at 11:03

GoogleCodeExporter commented 9 years ago
[Homebrew] Minesweeper
http://jpcsp.org/forum/viewtopic.php?p=7121#p7121

[Homebrew] TibiaPSP v0.2
http://jpcsp.org/forum/viewtopic.php?p=7492#p7492

Blood Plus: Final Piece - UCJS10044
http://jpcsp.org/forum/viewtopic.php?p=9096#p9096

Brandish: The Dark Revenant - ULJM05424 (inside log)
http://jpcsp.org/forum/viewtopic.php?p=9114#p9114

Fate/unlimited codes Portable - ULJM05451
http://jpcsp.org/forum/viewtopic.php?p=9402#p9402

Initial D: Street Stage - ULJM05093 (inside log)
http://jpcsp.org/forum/viewtopic.php?p=9074#p9074

Konjiki no Corda 2 Forte - ULJM05428
http://jpcsp.org/forum/viewtopic.php?p=9062#p9062

La Corda d'Oro - ULJM05054
http://jpcsp.org/forum/viewtopic.php?p=9106#p9106

Mimana Iyar Chronicle - ULJM05379
http://jpcsp.org/forum/viewtopic.php?p=9060#p9060

Musou Tourou - ULJS00163
http://jpcsp.org/forum/viewtopic.php?p=9115#p9115

Portable Island: Tenohira Resort - ULJS00031 (inside log)
http://jpcsp.org/forum/viewtopic.php?p=9064#p9064

Sorayume Portable - ULJS00203
http://jpcsp.org/forum/viewtopic.php?p=8949#p8949

Super Robot Taisen A Portable - ULJS00143
http://jpcsp.org/forum/viewtopic.php?p=9110#p9110

Super Robot Taisen MX Portable - ULJS00041
http://jpcsp.org/forum/viewtopic.php?p=9113#p9113

SoulCalibur: Broken Destiny - ULES01298
http://jpcsp.org/forum/viewtopic.php?p=9066#p9066

Ape Academy 2 - UCES00302
http://jpcsp.org/forum/viewtopic.php?p=8956#p8956

Asphalt: Urban GT 2 - ULES00719
http://jpcsp.org/forum/viewtopic.php?p=7714#p7714

Beaterator - ULUS10405
http://jpcsp.org/forum/viewtopic.php?p=9876#p9876

Beats - NPUG80060
http://jpcsp.org/forum/viewtopic.php?p=9350#p9350

Beowulf: The Game - ULUS10329
http://jpcsp.org/forum/viewtopic.php?p=8261#p8261

Brain Challenge - NPUH10006
http://jpcsp.org/forum/viewtopic.php?p=9351#p9351

Cabela's African Safari - ULUS10175
http://jpcsp.org/forum/viewtopic.php?p=8291#p8291

Cabela's Dangerous Hunts: Ultimate Challenge - ULUS10106
http://jpcsp.org/forum/viewtopic.php?p=7703#p7703

Cabela's Legendary Adventures - ULUS10385
http://jpcsp.org/forum/viewtopic.php?p=7673#p7673

Cars: Race-O-Rama - ULUS10428
http://jpcsp.org/forum/viewtopic.php?p=9853#p9853

Cars - ULUS10073
http://jpcsp.org/forum/viewtopic.php?p=8930#p8930

CID The Dummy - ULUS10356
http://jpcsp.org/forum/viewtopic.php?p=8957#p8957

Cloudy with a Chance of Meatballs - ULUS10444
http://jpcsp.org/forum/viewtopic.php?p=9078#p9078

Coded Arms - ULUS10019
http://jpcsp.org/forum/viewtopic.php?p=7721#p7721

Dave Mirra BMX Challenge - ULUS10204
http://jpcsp.org/forum/viewtopic.php?p=7718#p7718

Dungeon Siege: Throne of Agony - ULUS10177
http://jpcsp.org/forum/viewtopic.php?p=9354#p9354

Everyday Shooter - NPUG80224
http://jpcsp.org/forum/viewtopic.php?p=9355#p9355

Fieldrunners - NPUZ00014
http://jpcsp.org/forum/viewtopic.php?p=9818#p9818

Ford Bold Moves Street Racing - ULUS10159
http://jpcsp.org/forum/viewtopic.php?p=8824#p8824

Full Auto 2: Battlelines - ULUS10220
http://jpcsp.org/forum/viewtopic.php?p=7720#p7720

G.I. Joe: The Rise of Cobra - ULUS10435
http://jpcsp.org/forum/viewtopic.php?p=9835#p9835

G-Force - ULUS10439
http://jpcsp.org/forum/viewtopic.php?p=7555#p7555

Grand Theft Auto: Vice City Stories - ULUS10160
http://jpcsp.org/forum/viewtopic.php?p=8556#p8556

Harry Potter and the Goblet of Fire - ULUS10032
http://jpcsp.org/forum/viewtopic.php?p=7783#p7783

Harry Potter and the Half-Blood Prince - ULUS10381
http://jpcsp.org/forum/viewtopic.php?p=7782#p7782

Kazook - ULES00517 (inside log)
http://jpcsp.org/forum/viewtopic.php?p=8912#p8912

Midnight Club: L.A. Remix - ULUS10383
http://jpcsp.org/forum/viewtopic.php?p=7556#p7556

Monster Kingdom: Jewel Summoner - ULUS10211 (new link)
http://jpcsp.org/forum/viewtopic.php?p=8803#p8803

MTX Mototrax - ULUS10138
http://jpcsp.org/forum/viewtopic.php?p=8572#p8572

Nascar - ULUS10122
http://jpcsp.org/forum/viewtopic.php?p=7715#p7715

Need for Speed Most Wanted - ULUS10036
http://jpcsp.org/forum/viewtopic.php?p=7531#p7531

Need For Speed: Shift - ULUS10462
http://jpcsp.org/forum/viewtopic.php?p=9359#p9359

Neopets: Petpet Adventures - The Wand of Wishing - UCUS98622
http://jpcsp.org/forum/viewtopic.php?p=9873#p9873

Over the Hedge: Hammy Goes Nuts - ULUS10187
http://jpcsp.org/forum/viewtopic.php?p=7748#p7748

Persona - ULUS10432 (inside log)
http://jpcsp.org/forum/viewtopic.php?p=9881#p9881

Prince of Persia - Revelations - ULUS10063
http://jpcsp.org/forum/viewtopic.php?p=8266#p8266

Pursuit Force: Extreme Justice - UCUS98703
http://jpcsp.org/forum/viewtopic.php?p=8267#p8267

Pursuit Force - UCUS98640
http://jpcsp.org/forum/viewtopic.php?p=7759#p7759

Rengoku II: The Stairway to H.E.A.V.E.N. - ULUS10127
http://jpcsp.org/forum/viewtopic.php?p=8933#p8933

Rush - ULUS10174
http://jpcsp.org/forum/viewtopic.php?p=7561#p7561

Secret Agent Clank - UCUS98697 (inside log)
http://jpcsp.org/forum/viewtopic.php?p=9027#p9027

State Shift - ULES00776
http://jpcsp.org/forum/viewtopic.php?p=8800#p8800

Street Riders - ULES00276
http://jpcsp.org/forum/viewtopic.php?p=7762#p7762

SWAT: Target Liberty - ULUS10314
http://jpcsp.org/forum/viewtopic.php?p=8829#p8829

The Godfather: Mob Wars - ULUS10098
http://jpcsp.org/forum/viewtopic.php?p=8906#p8906

The Golden Compass - ULUS10315
http://jpcsp.org/forum/viewtopic.php?p=9026#p9026

The Hustle: Detroit Streets - ULUS10048 (inside log)
http://jpcsp.org/forum/viewtopic.php?p=8937#p8937

Tokobot - ULUS10061
http://jpcsp.org/forum/viewtopic.php?p=8893#p8893

Valkyrie Profile: Lenneth - ULUS10107
http://jpcsp.org/forum/viewtopic.php?p=8560#p8560

Warriors Orochi 2 - ULUS10423
http://jpcsp.org/forum/viewtopic.php?p=8938#p8938

World Snooker Challenge 2005 - ULES00021 (inside log)
http://jpcsp.org/forum/viewtopic.php?p=8874#p8874

World Snooker Challenge 2007 - ULES00453
http://jpcsp.org/forum/viewtopic.php?p=9005#p9005

WWE SmackDown vs. Raw 2006 - ULUS10050
http://jpcsp.org/forum/viewtopic.php?p=8268#p8268

Xiaolin Showdown - ULUS10164
http://jpcsp.org/forum/viewtopic.php?p=9360#p9360

Xyanide: Resurrection - ULES00634
http://jpcsp.org/forum/viewtopic.php?p=8939#p8939

Original comment by detonato...@mail.ru on 17 Oct 2009 at 8:38

GoogleCodeExporter commented 9 years ago
Implemented in r1297.

Original comment by gi...@web.de on 30 Dec 2009 at 9:25